Skip to content

Commit

Permalink
Merge branch 'es/worktree-add' into maint
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
Junio C Hamano committed Nov 4, 2015
2 parents fdca2be + ae9f274 commit d091031
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 @@ -10,7 +10,7 @@
#include "refs.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>]"),
NULL
};
Expand Down

0 comments on commit d091031

Please sign in to comment.