We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c34129 + b780e44 commit e55521bCopy full SHA for e55521b
builtin/worktree.c
@@ -14,7 +14,7 @@
14
#include "worktree.h"
15
16
static const char * const worktree_usage[] = {
17
- N_("git worktree add [<options>] <path> [<branch>]"),
+ N_("git worktree add [<options>] <path> [<commit-ish>]"),
18
N_("git worktree list [<options>]"),
19
N_("git worktree lock [<options>] <path>"),
20
N_("git worktree prune [<options>]"),
0 commit comments