/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
9c34129
)
Merge branch 'jc/worktree-add-short-help' into maint
author
Junio C Hamano
<gitster@pobox.com>
Thu, 22 Mar 2018 21:24:17 +0000
(14:24 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 22 Mar 2018 21:24:17 +0000
(14:24 -0700)
Error message fix.
* jc/worktree-add-short-help:
worktree: say that "add" takes an arbitrary commit in short-help
builtin/worktree.c
patch
|
blob
|
blame
|
history
diff --git
a/builtin/worktree.c
b/builtin/worktree.c
index
7cef5b1
..
9efdc22
100644
(file)
--- a/
builtin/worktree.c
+++ b/
builtin/worktree.c
@@
-14,7
+14,7
@@
#include "worktree.h"
static const char * const worktree_usage[] = {
- N_("git worktree add [<options>] <path> [<
branc
h>]"),
+ N_("git worktree add [<options>] <path> [<
commit-is
h>]"),
N_("git worktree list [<options>]"),
N_("git worktree lock [<options>] <path>"),
N_("git worktree prune [<options>]"),