summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpoljar <poljarinho@gmail.com>2012-05-06 16:10:51 +0200
committerTanu Kaskinen <tanuk@iki.fi>2012-05-13 19:39:23 +0300
commitd85360e65c7642eb5e170e03448f1795cf52c20c (patch)
tree922def929216134d7b42d5f4bcaba8ad810cde3d
parented85ad64cf5eb209f60d8cf93dc00824349a3d9d (diff)
pacmd: Added --help and --version descriptions to the man page.v2.98-dev
The pacmd man page should show the available options. A simple description for the --version and --help option was added.
-rw-r--r--man/pacmd.1.xml.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/man/pacmd.1.xml.in b/man/pacmd.1.xml.in
index 079eb61ed..7a555fe19 100644
--- a/man/pacmd.1.xml.in
+++ b/man/pacmd.1.xml.in
@@ -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>