summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-06-10 03:04:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-06-10 03:04:24 (GMT)
commitf44416c82386d96610be506bd690f8170ba38bdf (patch)
tree2b314d3df34a05d844f6cec33d369f6e5ec22f28 /builtin/submodule--helper.c
parentce885c53422f8323dadeee1cc360a80dcfa0af22 (diff)
parentf5f5a61d5a1d54200972e104ffb3640dfa80bfb6 (diff)
downloadgit-f44416c82386d96610be506bd690f8170ba38bdf.zip
git-f44416c82386d96610be506bd690f8170ba38bdf.tar.gz
git-f44416c82386d96610be506bd690f8170ba38bdf.tar.bz2
Merge branch 'ah/submodule-helper-module-summary-parseopt'
Message update. * ah/submodule-helper-module-summary-parseopt: submodule: use the imperative mood to describe the --files option
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 d55f626..ae6174a 100644
--- a/builtin/submodule--helper.c
+++ b/builtin/submodule--helper.c
@@ -1300,7 +1300,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,