diff --git a/man/pulseaudio.1.xml.in b/man/pulseaudio.1.xml.in index 114cd967b..7a9737956 100644 --- a/man/pulseaudio.1.xml.in +++ b/man/pulseaudio.1.xml.in @@ -180,6 +180,12 @@ USA. + + --disallow-exit[=BOOL] + + Disallow user requested exit + + --exit-idle-time=SECS @@ -209,7 +215,7 @@ USA. - -v + -v | --verbose Increase the configured verbosity level by one (see --log-level above). Specify multiple times to @@ -250,7 +256,7 @@ USA. - --p | --dl-search-path=PATH + -p | --dl-search-path=PATH Set the search path for dynamic shared objects (plugins). diff --git a/src/daemon/cmdline.c b/src/daemon/cmdline.c index 0fa84920c..68579c5de 100644 --- a/src/daemon/cmdline.c +++ b/src/daemon/cmdline.c @@ -140,7 +140,7 @@ void pa_cmdline_help(const char *argv0) { " --scache-idle-time=SECS Unload autoloaded samples when idle and\n" " this time passed\n" " --log-level[=LEVEL] Increase or set verbosity level\n" - " -v Increase the verbosity level\n" + " -v --verbose Increase the verbosity level\n" " --log-target={auto,syslog,stderr,file:PATH,newfile:PATH}\n" " Specify the log target\n" " --log-meta[=BOOL] Include code location in log messages\n"
--disallow-exit[=BOOL]
Disallow user requested exit
--exit-idle-time=SECS
-v
-v | --verbose
Increase the configured verbosity level by one (see --log-level above). Specify multiple times to @@ -250,7 +256,7 @@ USA.
--p | --dl-search-path=PATH
-p | --dl-search-path=PATH
Set the search path for dynamic shared objects (plugins).