gc: save log from daemonized gc --auto and print it next time
[gitweb.git] / builtin / ls-files.c
index 47d70b2b9be9ea757a65239065089ac603569ffa..19063ebc64af2378d69b31933367a0d01d8a2630 100644 (file)
@@ -431,7 +431,7 @@ int cmd_ls_files(int argc, const char **argv, const char *cmd_prefix)
                OPT_BOOL('k', "killed", &show_killed,
                        N_("show files on the filesystem that need to be removed")),
                OPT_BIT(0, "directory", &dir.flags,
-                       N_("show 'other' directories' name only"),
+                       N_("show 'other' directories' names only"),
                        DIR_SHOW_OTHER_DIRECTORIES),
                OPT_NEGBIT(0, "empty-directory", &dir.flags,
                        N_("don't show empty directories"),