Browse Source

Merge branch 'es/worktree-add' into maint

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

2
builtin/worktree.c

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
#include "refs.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>]"),
NULL
};

Loading…
Cancel
Save