X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=builtin-merge-base.c;h=54e7ec22370ce63150ddc93ebe252bea09f5064a;hb=1d7367dce7b55cbb1804c4863c56bd20ab12bda8;hp=a6ec2f7ab76db27afbb63aacf3bba60b4e73b3f6;hpb=26192bee8e632e27d361d0d67a6e2a544fb1489b;p=~andy%2Fgit diff --git a/builtin-merge-base.c b/builtin-merge-base.c index a6ec2f7ab..54e7ec223 100644 --- a/builtin-merge-base.c +++ b/builtin-merge-base.c @@ -23,7 +23,7 @@ static int show_merge_base(struct commit **rev, int rev_nr, int show_all) } static const char * const merge_base_usage[] = { - "git merge-base [--all] ...", + "git merge-base [-a|--all] ...", NULL };