summaryrefslogtreecommitdiff
path: root/src/ps/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ps/help.c')
-rw-r--r--src/ps/help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ps/help.c b/src/ps/help.c
index b64833d..dfd602d 100644
--- a/src/ps/help.c
+++ b/src/ps/help.c
@@ -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);