Skip to content

Commit cc75add

Browse files
alexhenriegitster
authored andcommitted
show-ref: place angle brackets around variables in usage string
Signed-off-by: Alex Henrie <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c415fb7 commit cc75add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/show-ref.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
static const char * const show_ref_usage[] = {
1010
N_("git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"),
11-
N_("git show-ref --exclude-existing[=pattern] < ref-list"),
11+
N_("git show-ref --exclude-existing[=<pattern>] < <ref-list>"),
1212
NULL
1313
};
1414

0 commit comments

Comments
 (0)