diff options
author | Zhao Yongming <ming.zym@gmail.com> | 2023-12-04 17:28:33 +1300 |
---|---|---|
committer | Mike Frysinger <vapier@gmail.com> | 2023-12-04 10:52:07 -0500 |
commit | 179ff285ca8972b44513e98016351ffd32f10111 (patch) | |
tree | a1c493da4848238566c69575c24f7d74da5314bc /man/start-stop-daemon.8 | |
parent | f9bbbfbf4b00d6bdc6d2c8bab79fd4d5ed9aa38f (diff) |
update start-stop-daemon manual to include --quiet
Diffstat (limited to 'man/start-stop-daemon.8')
-rw-r--r-- | man/start-stop-daemon.8 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8 index 0eb50224..77684852 100644 --- a/man/start-stop-daemon.8 +++ b/man/start-stop-daemon.8 @@ -84,6 +84,8 @@ Print the action(s) that would be taken, but don't actually do anything. The return value is set as if the command was taken and worked. .It Fl v , -verbose Print the action(s) that are taken just before doing them. +.It Fl q , -quiet +Run quietly (repeat to suppress errors). .It Fl P , -progress Echo a . to the console for each second elapsed whilst waiting. .El |