[pulseaudio-commits] man/pacmd.1.xml.in
Tanu Kaskinen
tanuk at kemper.freedesktop.org
Sun May 13 09:39:50 PDT 2012
man/pacmd.1.xml.in | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
New commits:
commit d85360e65c7642eb5e170e03448f1795cf52c20c
Author: poljar <poljarinho at gmail.com>
Date: Sun May 6 16:10:51 2012 +0200
pacmd: Added --help and --version descriptions to the man page.
The pacmd man page should show the available options. A simple
description for the --version and --help option was added.
diff --git a/man/pacmd.1.xml.in b/man/pacmd.1.xml.in
index 079eb61..7a555fe 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 <@PACKAGE_BUGREPORT@>; PulseAudio is available from <url href="@PACKAGE_URL@"/></p>
</section>
More information about the pulseaudio-commits
mailing list