Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> writes: > This also corrects a wrong description for clone. > > Signed-off-by: Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> > diff --git a/builtin/clone.c b/builtin/clone.c > index 82a6938..60d9a64 100644 > --- a/builtin/clone.c > +++ b/builtin/clone.c > @@ -68,8 +68,8 @@ static struct option builtin_clone_options[] = { > ... > - 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"), > diff --git a/builtin/init-db.c b/builtin/init-db.c > index e3af9ea..4f5348e 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) > ... > - "provide the directory from which templates will be used"), > + "directory from which templates will be used"), Makes perfect sense; thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html