Skip to content

Commit

Permalink
Merge branch 'es/worktree-add'
Browse files Browse the repository at this point in the history
* es/worktree-add:
  worktree: usage: denote <branch> as optional with 'add'
  • Loading branch information
gitster committed Oct 26, 2015
2 parents 1ad7c0f + ae9f274 commit 522e2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/worktree.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "worktree.h"

static const char * const worktree_usage[] = {
N_("git worktree add [<options>] <path> <branch>"),
N_("git worktree add [<options>] <path> [<branch>]"),
N_("git worktree prune [<options>]"),
N_("git worktree list [<options>]"),
NULL
Expand Down

0 comments on commit 522e2f4

Please sign in to comment.