Skip to content

Commit 584a168

Browse files
ilya-bobyrgitster
authored andcommitted
diff: -G description: Correct copy/paste error
Current description for -G is incorrect, seems like it was copied from the description for -S. Signed-off-by: Junio C Hamano <[email protected]>
1 parent c364310 commit 584a168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5866,7 +5866,7 @@ struct option *add_diff_options(const struct option *opts,
58665866
N_("look for differences that change the number of occurrences of the specified string"),
58675867
0, diff_opt_pickaxe_string),
58685868
OPT_CALLBACK_F('G', NULL, options, N_("<regex>"),
5869-
N_("look for differences that change the number of occurrences of the specified regex"),
5869+
N_("look for differences where a patch contains the specified regex"),
58705870
0, diff_opt_pickaxe_regex),
58715871
OPT_BIT_F(0, "pickaxe-all", &options->pickaxe_opts,
58725872
N_("show all changes in the changeset with -S or -G"),

0 commit comments

Comments
 (0)