summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Henrie <alexhenrie24@gmail.com>2015-08-28 22:18:44 -0600
committerJunio C Hamano <gitster@pobox.com>2015-08-31 09:33:53 -0700
commitcc75addd238a0d59dade0a67d442ab7c148e92ad (patch)
tree7a76384341726d39f82b4fbbc4eff29e684d7271
parentc415fb791b318832f52494b75d99602a7a8d604b (diff)
downloadgit-ah/show-ref-usage-string.tar.gz
show-ref: place angle brackets around variables in usage stringah/show-ref-usage-string
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--builtin/show-ref.c2
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
};