summaryrefslogtreecommitdiff
path: root/builtin/range-diff.c
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-08-23 21:57:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-08-27 20:13:59 (GMT)
commit72f47be2db295ec32f6d47107c11386e477ed89c (patch)
treed44b856104b54efbd6776705cf5ed523b7eabd94 /builtin/range-diff.c
parenta7be92acd96007bcb4c1fd4e8602eeb5115312c2 (diff)
downloadgit-72f47be2db295ec32f6d47107c11386e477ed89c.zip
git-72f47be2db295ec32f6d47107c11386e477ed89c.tar.gz
git-72f47be2db295ec32f6d47107c11386e477ed89c.tar.bz2
range-diff: update stale summary of --no-dual-color
275267937b (range-diff: make dual-color the default mode, 2018-08-13) replaced --dual-color with --no-dual-color but left the option's summary untouched. Rewrite the summary to describe --no-dual-color rather than dual-color. Helped-by: Jonathan Nieder <jrnieder@gmail.com> Helped-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Kyle Meyer <kyle@kyleam.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/range-diff.c')
-rw-r--r--builtin/range-diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/range-diff.c b/builtin/range-diff.c
index f52d45d..0aa9bed 100644
--- a/builtin/range-diff.c
+++ b/builtin/range-diff.c
@@ -25,7 +25,7 @@ int cmd_range_diff(int argc, const char **argv, const char *prefix)
OPT_INTEGER(0, "creation-factor", &creation_factor,
N_("Percentage by which creation is weighted")),
OPT_BOOL(0, "no-dual-color", &simple_color,
- N_("color both diff and diff-between-diffs")),
+ N_("use simple diff colors")),
OPT_END()
};
int i, j, res = 0;