|
|
@ -10,7 +10,7 @@ |
|
|
|
#include "refs.h" |
|
|
|
#include "refs.h" |
|
|
|
|
|
|
|
|
|
|
|
static const char * const worktree_usage[] = { |
|
|
|
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 prune [<options>]"), |
|
|
|
NULL |
|
|
|
NULL |
|
|
|
}; |
|
|
|
}; |
|
|
|