git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
5fa0f52
)
builtin/submodule--helper: fix usage string for 'update-clone'
author
Bert Wesarg
<redacted>
Sat, 28 Sep 2019 20:20:23 +0000
(22:20 +0200)
committer
Junio C Hamano
<redacted>
Sat, 28 Sep 2019 22:33:57 +0000
(07:33 +0900)
Signed-off-by: Bert Wesarg <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/submodule--helper.c
patch
|
blob
|
history
diff --git
a/builtin/submodule--helper.c
b/builtin/submodule--helper.c
index 909e77e802d3302c2486aeb1646fe953d81a0a92..89d6f029694b9d970721a887610671def0af754a 100644
(file)
--- a/
builtin/submodule--helper.c
+++ b/
builtin/submodule--helper.c
@@
-1874,7
+1874,7
@@
static int update_clone(int argc, const char **argv, const char *prefix)
};
const char *const git_submodule_helper_usage[] = {
- N_("git submodule--helper update
_
clone [--prefix=<path>] [<path>...]"),
+ N_("git submodule--helper update
-
clone [--prefix=<path>] [<path>...]"),
NULL
};
suc.prefix = prefix;
git clone https://git.99rst.org/PROJECT