Skip to content

Commit 72f47be

Browse files
kyleamgitster
authored andcommitted
range-diff: update stale summary of --no-dual-color
2752679 (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>
1 parent a7be92a commit 72f47be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/range-diff.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ int cmd_range_diff(int argc, const char **argv, const char *prefix)
2525
OPT_INTEGER(0, "creation-factor", &creation_factor,
2626
N_("Percentage by which creation is weighted")),
2727
OPT_BOOL(0, "no-dual-color", &simple_color,
28-
N_("color both diff and diff-between-diffs")),
28+
N_("use simple diff colors")),
2929
OPT_END()
3030
};
3131
int i, j, res = 0;

0 commit comments

Comments
 (0)