]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/clone.c
clone,init: describe --template using the same wording
[thirdparty/git.git] / builtin / clone.c
index 19ed64041d0575ee1ad49071dfe1e671114b8ae3..60d9a64280b0318b1248b229d2ff99b27eb0e5c6 100644 (file)
@@ -66,8 +66,10 @@ static struct option builtin_clone_options[] = {
                    "setup as shared repository"),
        OPT_BOOLEAN(0, "recursive", &option_recursive,
                    "initialize submodules in the clone"),
-       OPT_STRING(0, "template", &option_template, "path",
-                  "path the template repository"),
+       OPT_BOOLEAN(0, "recurse-submodules", &option_recursive,
+                   "initialize submodules in the clone"),
+       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",