diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-08-06 12:52:15 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-08-06 12:52:15 -0700 |
commit | 55194925e62b34a3f62b31034f73a6bcfb063bc5 (patch) | |
tree | db86a6c5de9d68e953dc21af9c04aa530dc556bb | |
parent | Merge branch 'fc/disable-checkwinsize' (diff) | |
parent | diff: --pickaxe-all typofix (diff) | |
download | tgif-55194925e62b34a3f62b31034f73a6bcfb063bc5.tar.xz |
Merge branch 'ab/pickaxe-pcre2'
* ab/pickaxe-pcre2:
diff: --pickaxe-all typofix
-rw-r--r-- | diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4640,7 +4640,7 @@ void diff_setup_done(struct diff_options *options) die(_("-G and --pickaxe-regex are mutually exclusive, use --pickaxe-regex with -S")); if (HAS_MULTI_BITS(options->pickaxe_opts & DIFF_PICKAXE_KINDS_ALL_OBJFIND_MASK)) - die(_("---pickaxe-all and --find-object are mutually exclusive, use --pickaxe-all with -G and -S")); + die(_("--pickaxe-all and --find-object are mutually exclusive, use --pickaxe-all with -G and -S")); /* * Most of the time we can say "there are changes" |