From 470fa62e98d1c2d9e92df238b018ea13c7ebbf1d Mon Sep 17 00:00:00 2001 From: Zhao Yongming Date: Mon, 4 Dec 2023 17:28:33 +1300 Subject: [PATCH] update start-stop-daemon manual to include --quiet --- man/start-stop-daemon.8 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8 index 0eb502242..77684852e 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