clone,init: describe --template using the same wording
This also corrects a wrong description for clone. Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
ba9d7fe11c
commit
5027fa864d
@ -68,8 +68,8 @@ static struct option builtin_clone_options[] = {
|
||||
"initialize submodules in the clone"),
|
||||
OPT_BOOLEAN(0, "recurse-submodules", &option_recursive,
|
||||
"initialize submodules in the clone"),
|
||||
OPT_STRING(0, "template", &option_template, "path",
|
||||
"path the template repository"),
|
||||
OPT_STRING(0, "template", &option_template, "template-directory",
|
||||
"directory from which templates will be used"),
|
||||
OPT_STRING(0, "reference", &option_reference, "repo",
|
||||
"reference repository"),
|
||||
OPT_STRING('o', "origin", &option_origin, "branch",
|
||||
|
Reference in New Issue
Block a user