summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
diff options
context:
space:
mode:
authorAlex Henrie <alexhenrie24@gmail.com>2021-05-16 21:59:57 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-05-16 22:31:40 (GMT)
commitf5f5a61d5a1d54200972e104ffb3640dfa80bfb6 (patch)
tree7a50ac991a6fffdd2175e0e85107063f4f660184 /builtin/submodule--helper.c
parent48bf2fa8bad054d66bd79c6ba903c89c704201f7 (diff)
downloadgit-f5f5a61d5a1d54200972e104ffb3640dfa80bfb6.zip
git-f5f5a61d5a1d54200972e104ffb3640dfa80bfb6.tar.gz
git-f5f5a61d5a1d54200972e104ffb3640dfa80bfb6.tar.bz2
submodule: use the imperative mood to describe the --files option
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/submodule--helper.c')
-rw-r--r--builtin/submodule--helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c
index 9d505a6..da321a7 100644
--- a/builtin/submodule--helper.c
+++ b/builtin/submodule--helper.c
@@ -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,