mirror of
https://github.com/git/git.git
synced 2026-04-14 10:50:06 +02:00
Merge branch 'es/worktree-add'
* es/worktree-add: worktree: usage: denote <branch> as optional with 'add'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user