From cc75addd238a0d59dade0a67d442ab7c148e92ad Mon Sep 17 00:00:00 2001 From: Alex Henrie Date: Fri, 28 Aug 2015 22:18:44 -0600 Subject: [PATCH] show-ref: place angle brackets around variables in usage string Signed-off-by: Alex Henrie Signed-off-by: Junio C Hamano --- builtin/show-ref.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[=]] [--abbrev[=]] [--tags] [--heads] [--] [...]"), - N_("git show-ref --exclude-existing[=pattern] < ref-list"), + N_("git show-ref --exclude-existing[=] < "), NULL };