Browse Source

Merge branch 'es/worktree-add'

* es/worktree-add:
  worktree: usage: denote <branch> as optional with 'add'
maint
Junio C Hamano 10 years ago
parent
commit
522e2f4515
  1. 2
      builtin/worktree.c

2
builtin/worktree.c

@ -12,7 +12,7 @@ @@ -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

Loading…
Cancel
Save