]> granicus.if.org Git - procps-ng/blobdiff - src/ps/help.c
ps: Add configurable date format for lstart field
[procps-ng] / src / ps / help.c
index b64833d37e59c5d05417f3a53ff4deec716ea25f..dfd602d16ea3679bfa5187b7f907926b595625f8 100644 (file)
@@ -126,6 +126,7 @@ void do_help (const char *opt, int rc) {
   }
   if (section == HELP_OUT || section == HELP_ALL) {
     fputs(_("\nOutput formats:\n"), out);
+    fputs(_(" -D <format>          date format for lstart\n"), out);
     fputs(_(" -F                   extra full\n"), out);
     fputs(_(" -f                   full-format, including command lines\n"), out);
     fputs(_("  f, --forest         ascii art process tree\n"), out);