Skip to content

Commit

Permalink
Merge branch 'ak/show-branch-usage-string'
Browse files Browse the repository at this point in the history
* ak/show-branch-usage-string:
  show-branch: fix indentation of usage string
  • Loading branch information
Junio C Hamano committed Jan 21, 2015
2 parents d06ce4a + d6589d1 commit 17ad371
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions builtin/show-branch.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

static const char* show_branch_usage[] = {
N_("git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order]\n"
" [--current] [--color[=<when>] | --no-color] [--sparse]\n"
" [--more=<n> | --list | --independent | --merge-base]\n"
" [--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"),
" [--current] [--color[=<when>] | --no-color] [--sparse]\n"
" [--more=<n> | --list | --independent | --merge-base]\n"
" [--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"),
N_("git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"),
NULL
};
Expand Down

0 comments on commit 17ad371

Please sign in to comment.