Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
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
|
history
raw
(from parent 1:
9c34129
)
diff --git
a/builtin/worktree.c
b/builtin/worktree.c
index 7cef5b120b7786d107282d03052c5e06d3a2c85a..9efdc224661b02192d06c6877e49c5585ddbcdca 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>]"),