diff options
author | Roy Marples <roy@marples.name> | 2008-09-22 09:37:28 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-09-22 09:37:28 +0000 |
commit | a63303971a8909550b1895f273a04b682baef3ae (patch) | |
tree | d63ad5b1ee55817a7d2b72e1de7fee1894134bd3 | |
parent | 5610c8560c40bd31b27f342b81227d8a1b4b1594 (diff) |
Document the --verbose option.
-rw-r--r-- | man/start-stop-daemon.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8 index 3a250a6b..3894f03a 100644 --- a/man/start-stop-daemon.8 +++ b/man/start-stop-daemon.8 @@ -94,6 +94,9 @@ name here also. .It Fl t , -test 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 +P +Print the action(s) that are taken just before doing them. .El .Pp These options are only used for starting daemons: |