aboutsummaryrefslogtreecommitdiff
path: root/builtin/init-db.c
diff options
context:
space:
mode:
authorMichael J Gruber <git@drmicha.warpmail.net>2011-02-15 14:09:06 +0100
committerJunio C Hamano <gitster@pobox.com>2011-02-15 10:51:08 -0800
commit5027fa864dafd5a054aab2de6b4bae089f344fc6 (patch)
tree23ac0655a67c2fe6ede4f9e26f27170d12a9189b /builtin/init-db.c
parentba9d7fe11c485b5fc10a17c67c8871792ee6ef12 (diff)
downloadgit-5027fa864dafd5a054aab2de6b4bae089f344fc6.tar.gz
git-5027fa864dafd5a054aab2de6b4bae089f344fc6.tar.xz
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/init-db.c')
-rw-r--r--builtin/init-db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/init-db.c b/builtin/init-db.c
index e3af9eaa8..4f5348eec 100644
--- a/builtin/init-db.c
+++ b/builtin/init-db.c
@@ -419,7 +419,7 @@ int cmd_init_db(int argc, const char **argv, const char *prefix)
unsigned int flags = 0;
const struct option init_db_options[] = {
OPT_STRING(0, "template", &template_dir, "template-directory",
- "provide the directory from which templates will be used"),
+ "directory from which templates will be used"),
OPT_SET_INT(0, "bare", &is_bare_repository_cfg,
"create a bare repository", 1),
{ OPTION_CALLBACK, 0, "shared", &init_shared_repository,