X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Fname-rev.c;h=1b374583c2751801dfae1d0d1861d28f81c7ad7b;hb=bd193f46b70fd3f8a55e2a8dcbb1fb2b4eec13d6;hp=e8862b5de2e263ca0e1ccee8c69b3881816f41c5;hpb=c34ba9967c0cf882bbdaf87bd72fa84e0ef099ed;p=git.git diff --git a/builtin/name-rev.c b/builtin/name-rev.c index e8862b5de..1b374583c 100644 --- a/builtin/name-rev.c +++ b/builtin/name-rev.c @@ -172,7 +172,9 @@ static void show_name(const struct object *obj, } static char const * const name_rev_usage[] = { - "git name-rev [options] ( --all | --stdin | ... )", + "git name-rev [options] ...", + "git name-rev [options] --all", + "git name-rev [options] --stdin", NULL };