Skip to content

Commit f5f5a61

Browse files
alexhenriegitster
authored andcommitted
submodule: use the imperative mood to describe the --files option
Signed-off-by: Alex Henrie <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 48bf2fa commit f5f5a61

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
@@ -1299,7 +1299,7 @@ static int module_summary(int argc, const char **argv, const char *prefix)
12991299
OPT_BOOL(0, "cached", &cached,
13001300
N_("use the commit stored in the index instead of the submodule HEAD")),
13011301
OPT_BOOL(0, "files", &files,
1302-
N_("to compare the commit in the index with that in the submodule HEAD")),
1302+
N_("compare the commit in the index with that in the submodule HEAD")),
13031303
OPT_BOOL(0, "for-status", &for_status,
13041304
N_("skip submodules with 'ignore_config' value set to 'all'")),
13051305
OPT_INTEGER('n', "summary-limit", &summary_limit,

0 commit comments

Comments
 (0)