[pulseaudio-commits] Branch 'next' - man/pulseaudio.1.xml.in src/daemon

Tanu Kaskinen tanuk at kemper.freedesktop.org
Fri Feb 7 06:25:47 PST 2014


 man/pulseaudio.1.xml.in |   10 ++++++++--
 src/daemon/cmdline.c    |    2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)

New commits:
commit c21c53424fce4004f9f7448f5e42ab97ff4a6bfb
Author: Wim Taymans <wtaymans at redhat.com>
Date:   Thu Feb 6 16:08:50 2014 +0100

    man: improve man page and help for cmdline options

diff --git a/man/pulseaudio.1.xml.in b/man/pulseaudio.1.xml.in
index 114cd96..7a97379 100644
--- a/man/pulseaudio.1.xml.in
+++ b/man/pulseaudio.1.xml.in
@@ -181,6 +181,12 @@ USA.
     </option>
 
     <option>
+      <p><opt>--disallow-exit</opt><arg>[=BOOL]</arg></p>
+
+      <optdesc><p>Disallow user requested exit</p></optdesc>
+    </option>
+
+    <option>
       <p><opt>--exit-idle-time</opt><arg>=SECS</arg></p>
 
       <optdesc><p>Terminate the daemon when idle and the specified
@@ -209,7 +215,7 @@ USA.
     </option>
 
     <option>
-      <p><opt>-v</opt></p>
+      <p><opt>-v | --verbose</opt></p>
 
       <optdesc><p>Increase the configured verbosity level by one (see
       <opt>--log-level</opt> above). Specify multiple times to
@@ -250,7 +256,7 @@ USA.
     </option>
 
     <option>
-      <p><opt>--p | --dl-search-path</opt><arg>=PATH</arg></p>
+      <p><opt>-p | --dl-search-path</opt><arg>=PATH</arg></p>
 
       <optdesc><p>Set the search path for dynamic shared objects
       (plugins).</p></optdesc>
diff --git a/src/daemon/cmdline.c b/src/daemon/cmdline.c
index 0fa8492..68579c5 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"



More information about the pulseaudio-commits mailing list