Skip to content
Snippets Groups Projects
Commit 72f47be2 authored by Kyle Meyer's avatar Kyle Meyer Committed by Junio C Hamano
Browse files

range-diff: update stale summary of --no-dual-color


27526793 (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: default avatarJonathan Nieder <jrnieder@gmail.com>
Helped-by: default avatarJohannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: default avatarKyle Meyer <kyle@kyleam.com>
Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
parent a7be92ac
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment