diff options
author | Alex Henrie <alexhenrie24@gmail.com> | 2015-08-28 22:18:44 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-08-31 09:33:53 -0700 |
commit | cc75addd238a0d59dade0a67d442ab7c148e92ad (patch) | |
tree | 7a76384341726d39f82b4fbbc4eff29e684d7271 /builtin | |
parent | Git 2.5.1 (diff) | |
download | tgif-cc75addd238a0d59dade0a67d442ab7c148e92ad.tar.xz |
show-ref: place angle brackets around variables in usage string
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/show-ref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/show-ref.c b/builtin/show-ref.c index dfbc314ac2..131ef28e5c 100644 --- a/builtin/show-ref.c +++ b/builtin/show-ref.c @@ -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 }; |