From dda2d79af2d2858b37bab7f6e088d0730c0959d1 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 13 Jul 2005 12:52:35 -0700 Subject: [PATCH] Clean up diff option descriptions. I got tired of maintaining almost duplicated descriptions in diff-* brothers, both in usage string and documentation. Signed-off-by: Junio C Hamano Signed-off-by: Linus Torvalds --- diff-stages.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'diff-stages.c') diff --git a/diff-stages.c b/diff-stages.c index 9d33535fe0..8d86d74179 100644 --- a/diff-stages.c +++ b/diff-stages.c @@ -17,7 +17,8 @@ static const char *orderfile = NULL; static const char *diff_filter = NULL; static char *diff_stages_usage = -"git-diff-stages [-p] [-r] [-z] [-R] [-B] [-M] [-C] [--find-copies-harder] [-O] [-S] [--pickaxe-all] [...]"; +"git-diff-stages [] [...]" +COMMON_DIFF_OPTIONS_HELP; static void diff_stages(int stage1, int stage2) { -- cgit v1.3