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.
2 parents 0e5387c + 8bcd8f4 commit 936dce6Copy full SHA for 936dce6
diff.c
@@ -5455,13 +5455,13 @@ static void prep_parse_options(struct diff_options *options)
5455
N_("equivalent to --word-diff=color --word-diff-regex=<regex>"),
5456
PARSE_OPT_NONEG | PARSE_OPT_OPTARG, diff_opt_color_words),
5457
OPT_CALLBACK_F(0, "color-moved", options, N_("<mode>"),
5458
- N_("move lines of code are colored differently"),
+ N_("moved lines of code are colored differently"),
5459
PARSE_OPT_OPTARG, diff_opt_color_moved),
5460
OPT_CALLBACK_F(0, "color-moved-ws", options, N_("<mode>"),
5461
N_("how white spaces are ignored in --color-moved"),
5462
0, diff_opt_color_moved_ws),
5463
5464
- OPT_GROUP(N_("Diff other options")),
+ OPT_GROUP(N_("Other diff options")),
5465
OPT_CALLBACK_F(0, "relative", options, N_("<prefix>"),
5466
N_("when run from subdir, exclude changes outside and show relative paths"),
5467
PARSE_OPT_NONEG | PARSE_OPT_OPTARG,
0 commit comments