X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=builtin%2Fsubmodule--helper.c;h=ee020d4749623ba57a3a72d236504f0636ee9062;hb=7fb6aefd2aaffe66e614f7f7b83e5b7ab16d4806;hp=b1daca995f2f46ceb15148b609c4a89ccaa13de4;hpb=99321e327b4df8d9d6724cf26bab7429edbdb718;p=thirdparty%2Fgit.git diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c index b1daca995f..ee020d4749 100644 --- a/builtin/submodule--helper.c +++ b/builtin/submodule--helper.c @@ -1019,7 +1019,7 @@ static int module_deinit(int argc, const char **argv, const char *prefix) struct option module_deinit_options[] = { OPT__QUIET(&quiet, N_("Suppress submodule status output")), - OPT__FORCE(&force, N_("Remove submodule working trees even if they contain local changes")), + OPT__FORCE(&force, N_("Remove submodule working trees even if they contain local changes"), 0), OPT_BOOL(0, "all", &all, N_("Unregister all submodules")), OPT_END() };