OSDN Git Service

show-ref: place angle brackets around variables in usage string
authorAlex Henrie <alexhenrie24@gmail.com>
Sat, 29 Aug 2015 04:18:44 +0000 (22:18 -0600)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Aug 2015 16:33:53 +0000 (09:33 -0700)
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/show-ref.c

index dfbc314..131ef28 100644 (file)
@@ -8,7 +8,7 @@
 
 static const char * const show_ref_usage[] = {
        N_("git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"),
-       N_("git show-ref --exclude-existing[=pattern] < ref-list"),
+       N_("git show-ref --exclude-existing[=<pattern>] < <ref-list>"),
        NULL
 };