Skip to content

Commit

Permalink
show-ref: place angle brackets around variables in usage string
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Alex Henrie authored and Junio C Hamano committed Aug 31, 2015
1 parent c415fb7 commit cc75add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/show-ref.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit cc75add

Please sign in to comment.