We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ad7c0f + ae9f274 commit 522e2f4Copy full SHA for 522e2f4
1 file changed
builtin/worktree.c
@@ -12,7 +12,7 @@
12
#include "worktree.h"
13
14
static const char * const worktree_usage[] = {
15
- N_("git worktree add [<options>] <path> <branch>"),
+ N_("git worktree add [<options>] <path> [<branch>]"),
16
N_("git worktree prune [<options>]"),
17
N_("git worktree list [<options>]"),
18
NULL
0 commit comments