From: Alex Henrie Date: Sat, 29 Aug 2015 04:18:44 +0000 (-0600) Subject: show-ref: place angle brackets around variables in usage string X-Git-Tag: v2.6.0-rc3~11^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cc75addd238a0d59dade0a67d442ab7c148e92ad?ds=inline;hp=--cc show-ref: place angle brackets around variables in usage string Signed-off-by: Alex Henrie Signed-off-by: Junio C Hamano --- cc75addd238a0d59dade0a67d442ab7c148e92ad 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 };