diff options
-rw-r--r-- | builtin/worktree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/worktree.c b/builtin/worktree.c index 69248ba0a3..8d85a8bc11 100644 --- a/builtin/worktree.c +++ b/builtin/worktree.c @@ -7,7 +7,7 @@ #include "sigchain.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 }; |