diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c index 11552970f2..447c5cfe84 100644 --- a/builtin/submodule--helper.c +++ b/builtin/submodule--helper.c @@ -1895,7 +1895,7 @@ static int module_clone(int argc, const char **argv, const char *prefix) const char *const git_submodule_helper_usage[] = { N_("git submodule--helper clone [--prefix=] [--quiet] " "[--reference ] [--name ] [--depth ] " - "[--single-branch] [--filter ]" + "[--single-branch] [--filter ] " "--url --path "), NULL };