Skip to content

Commit d091031

Browse files
committed
Merge branch 'es/worktree-add' into maint
* es/worktree-add: worktree: usage: denote <branch> as optional with 'add'
2 parents fdca2be + ae9f274 commit d091031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/worktree.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "refs.h"
1111

1212
static const char * const worktree_usage[] = {
13-
N_("git worktree add [<options>] <path> <branch>"),
13+
N_("git worktree add [<options>] <path> [<branch>]"),
1414
N_("git worktree prune [<options>]"),
1515
NULL
1616
};

0 commit comments

Comments
 (0)