Merge branch 'jc/everyday-markup'
[gitweb.git] / builtin / worktree.c
index 78d26902a6f1388a4cdd7d127a2a0c6359a00d19..d281f6d887691fb43ebb052091f84e78aabe6d01 100644 (file)
@@ -12,7 +12,7 @@
 #include "worktree.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>]"),
        N_("git worktree list [<options>]"),
        NULL