diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2011-02-15 14:09:06 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-02-15 10:51:08 -0800 |
commit | 5027fa864dafd5a054aab2de6b4bae089f344fc6 (patch) | |
tree | 23ac0655a67c2fe6ede4f9e26f27170d12a9189b /builtin/clone.c | |
parent | ba9d7fe11c485b5fc10a17c67c8871792ee6ef12 (diff) | |
download | git-5027fa864dafd5a054aab2de6b4bae089f344fc6.tar.gz |
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>
Diffstat (limited to 'builtin/clone.c')
-rw-r--r-- | builtin/clone.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/clone.c b/builtin/clone.c index 82a6938620..60d9a64280 100644 --- a/builtin/clone.c +++ b/builtin/clone.c @@ -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", |