]> code.delx.au - pulseaudio/commitdiff
pacmd: Added --help and --version descriptions to the man page.
authorpoljar <poljarinho@gmail.com>
Sun, 6 May 2012 14:10:51 +0000 (16:10 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Sun, 13 May 2012 16:39:23 +0000 (19:39 +0300)
The pacmd man page should show the available options. A simple
description for the --version and --help option was added.

man/pacmd.1.xml.in

index 079eb61ed0cd5e31585f428b7ca8588d0ce18b6f..7a555fe19b28373f911049f2c91252706d7f702e 100644 (file)
@@ -25,6 +25,8 @@ USA.
 
   <synopsis>
     <cmd>pacmd</cmd>
+    <cmd>pacmd <opt>--help</opt></cmd>
+    <cmd>pacmd <opt>--version</opt></cmd>
   </synopsis>
 
   <description>
@@ -41,6 +43,22 @@ USA.
     passed into the live shell which will process the command and exit.</p>
   </description>
 
+  <options>
+
+    <option>
+      <p><opt>-h | --help</opt></p>
+
+      <optdesc><p>Show help.</p></optdesc>
+    </option>
+
+    <option>
+      <p><opt>--version</opt></p>
+
+      <optdesc><p>Show version information.</p></optdesc>
+    </option>
+
+  </options>
+
   <section name="Authors">
     <p>The PulseAudio Developers &lt;@PACKAGE_BUGREPORT@&gt;; PulseAudio is available from <url href="@PACKAGE_URL@"/></p>
   </section>