Skip to content

Commit 5519492

Browse files
committed
Merge branch 'ab/pickaxe-pcre2'
* ab/pickaxe-pcre2: diff: --pickaxe-all typofix
2 parents c87977a + 11c649b commit 5519492

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
@@ -4640,7 +4640,7 @@ void diff_setup_done(struct diff_options *options)
46404640
die(_("-G and --pickaxe-regex are mutually exclusive, use --pickaxe-regex with -S"));
46414641

46424642
if (HAS_MULTI_BITS(options->pickaxe_opts & DIFF_PICKAXE_KINDS_ALL_OBJFIND_MASK))
4643-
die(_("---pickaxe-all and --find-object are mutually exclusive, use --pickaxe-all with -G and -S"));
4643+
die(_("--pickaxe-all and --find-object are mutually exclusive, use --pickaxe-all with -G and -S"));
46444644

46454645
/*
46464646
* Most of the time we can say "there are changes"

0 commit comments

Comments
 (0)