diff options
author | Wim Taymans <wtaymans@redhat.com> | 2018-08-16 18:28:20 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2018-08-16 18:28:20 +0200 |
commit | e2c2b547428765a617c30623a1245b4a523c9bb2 (patch) | |
tree | 4e35462dac8497ab575c51cc221a84c22ab0be2b /man | |
parent | f287cea9e808a09c8731a5c06d89d6d63bea6f61 (diff) |
man: update man page
Diffstat (limited to 'man')
-rw-r--r-- | man/pipewire.1.xml.in | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/man/pipewire.1.xml.in b/man/pipewire.1.xml.in index 735e696d..6c180213 100644 --- a/man/pipewire.1.xml.in +++ b/man/pipewire.1.xml.in @@ -22,7 +22,7 @@ License along with PipeWire; if not, see <http://www.gnu.org/licenses/>. <manpage name="pipewire" section="1" desc="The PipeWire media server"> <synopsis> - <cmd>pipewire</cmd> + <cmd>pipewire [<arg>options</arg>]</cmd> </synopsis> <description> @@ -39,11 +39,17 @@ License along with PipeWire; if not, see <http://www.gnu.org/licenses/>. </option> <option> - <p><opt>--version</opt></p> + <p><opt>-v | --version</opt></p> <optdesc><p>Show version information.</p></optdesc> </option> + <option> + <p><opt>-n | --name</opt></p> + + <optdesc><p>Set the daemon name (Default pipewire-1).</p></optdesc> + </option> + </options> <section name="Authors"> |