diff options
-rw-r--r-- | src/initlog.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/initlog.1 b/src/initlog.1 index f0c5c8cf..87eaf8d3 100644 --- a/src/initlog.1 +++ b/src/initlog.1 @@ -3,7 +3,7 @@ initlog \- log messages and events to the system logger .SH SYNOPSIS .B initlog -[\-cefnprs] [\-\-cmd=ARG] [\-\-event=ARG] [\-\-facility=ARG] +[\-cefnpqrs] [\-\-cmd=ARG] [\-\-event=ARG] [\-\-facility=ARG] [\-\-name=ARG] [\-\-priority=ARG] [\-\-run=ARG] [\-\-string=ARG] .SH DESCRIPTION \fBinitlog\fR logs messages and events to the system logger. @@ -54,6 +54,10 @@ Log the event under the specified string, such as Log at the specified syslog priority. The default is \fBnotice\fR (see syslog(3)). .TP +.I "\-q" +Do not print the program's output, unless it exits +with a non-zero exit code. +.TP .I "\-r, \-\-run=[program]" Execute the specified program, with an open file descriptor so that the program can pass back |