Browse Source

Merge branch 'jc/worktree-add-short-help'

Error message fix.

* jc/worktree-add-short-help:
  worktree: say that "add" takes an arbitrary commit in short-help
maint
Junio C Hamano 7 years ago
parent
commit
cc7655a5a3
  1. 2
      builtin/worktree.c

2
builtin/worktree.c

@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
#include "worktree.h"

static const char * const worktree_usage[] = {
N_("git worktree add [<options>] <path> [<branch>]"),
N_("git worktree add [<options>] <path> [<commit-ish>]"),
N_("git worktree list [<options>]"),
N_("git worktree lock [<options>] <path>"),
N_("git worktree prune [<options>]"),

Loading…
Cancel
Save