Skip to content

Commit 522e2f4

Browse files
committed
Merge branch 'es/worktree-add'
* es/worktree-add: worktree: usage: denote <branch> as optional with 'add'
2 parents 1ad7c0f + ae9f274 commit 522e2f4

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
@@ -12,7 +12,7 @@
1212
#include "worktree.h"
1313

1414
static const char * const worktree_usage[] = {
15-
N_("git worktree add [<options>] <path> <branch>"),
15+
N_("git worktree add [<options>] <path> [<branch>]"),
1616
N_("git worktree prune [<options>]"),
1717
N_("git worktree list [<options>]"),
1818
NULL

0 commit comments

Comments
 (0)