Skip to content

Commit f44416c

Browse files
committed
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
2 parents ce885c5 + f5f5a61 commit f44416c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/submodule--helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ static int module_summary(int argc, const char **argv, const char *prefix)
13001300
OPT_BOOL(0, "cached", &cached,
13011301
N_("use the commit stored in the index instead of the submodule HEAD")),
13021302
OPT_BOOL(0, "files", &files,
1303-
N_("to compare the commit in the index with that in the submodule HEAD")),
1303+
N_("compare the commit in the index with that in the submodule HEAD")),
13041304
OPT_BOOL(0, "for-status", &for_status,
13051305
N_("skip submodules with 'ignore_config' value set to 'all'")),
13061306
OPT_INTEGER('n', "summary-limit", &summary_limit,

0 commit comments

Comments
 (0)