]> git.ipfire.org Git - thirdparty/git.git/commitdiff
submodule: use the imperative mood to describe the --files option
authorAlex Henrie <alexhenrie24@gmail.com>
Sun, 16 May 2021 21:59:57 +0000 (15:59 -0600)
committerJunio C Hamano <gitster@pobox.com>
Sun, 16 May 2021 22:31:40 +0000 (07:31 +0900)
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/submodule--helper.c

index 9d505a6329c8e2a61a91f27c84ee24f668bc688e..da321a75653af2f004aa7e3b6bad86c2a0c8f3be 100644 (file)
@@ -1299,7 +1299,7 @@ static int module_summary(int argc, const char **argv, const char *prefix)
                OPT_BOOL(0, "cached", &cached,
                         N_("use the commit stored in the index instead of the submodule HEAD")),
                OPT_BOOL(0, "files", &files,
-                        N_("to compare the commit in the index with that in the submodule HEAD")),
+                        N_("compare the commit in the index with that in the submodule HEAD")),
                OPT_BOOL(0, "for-status", &for_status,
                         N_("skip submodules with 'ignore_config' value set to 'all'")),
                OPT_INTEGER('n', "summary-limit", &summary_limit,