We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab15ad1 commit 8bcd8f4Copy full SHA for 8bcd8f4
diff.c
@@ -5453,13 +5453,13 @@ static void prep_parse_options(struct diff_options *options)
5453
N_("equivalent to --word-diff=color --word-diff-regex=<regex>"),
5454
PARSE_OPT_NONEG | PARSE_OPT_OPTARG, diff_opt_color_words),
5455
OPT_CALLBACK_F(0, "color-moved", options, N_("<mode>"),
5456
- N_("move lines of code are colored differently"),
+ N_("moved lines of code are colored differently"),
5457
PARSE_OPT_OPTARG, diff_opt_color_moved),
5458
OPT_CALLBACK_F(0, "color-moved-ws", options, N_("<mode>"),
5459
N_("how white spaces are ignored in --color-moved"),
5460
0, diff_opt_color_moved_ws),
5461
5462
- OPT_GROUP(N_("Diff other options")),
+ OPT_GROUP(N_("Other diff options")),
5463
OPT_CALLBACK_F(0, "relative", options, N_("<prefix>"),
5464
N_("when run from subdir, exclude changes outside and show relative paths"),
5465
PARSE_OPT_NONEG | PARSE_OPT_OPTARG,
0 commit comments