mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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.
This commit is contained in:
parent
ed85ad64cf
commit
d85360e65c
1 changed files with 18 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ USA.
|
||||||
|
|
||||||
<synopsis>
|
<synopsis>
|
||||||
<cmd>pacmd</cmd>
|
<cmd>pacmd</cmd>
|
||||||
|
<cmd>pacmd <opt>--help</opt></cmd>
|
||||||
|
<cmd>pacmd <opt>--version</opt></cmd>
|
||||||
</synopsis>
|
</synopsis>
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
|
|
@ -41,6 +43,22 @@ USA.
|
||||||
passed into the live shell which will process the command and exit.</p>
|
passed into the live shell which will process the command and exit.</p>
|
||||||
</description>
|
</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">
|
<section name="Authors">
|
||||||
<p>The PulseAudio Developers <@PACKAGE_BUGREPORT@>; PulseAudio is available from <url href="@PACKAGE_URL@"/></p>
|
<p>The PulseAudio Developers <@PACKAGE_BUGREPORT@>; PulseAudio is available from <url href="@PACKAGE_URL@"/></p>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue