man: list possible action string and default value

Closes #13442.
This commit is contained in:
Yu Watanabe 2019-08-31 13:57:34 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 2b605d72e9
commit e148cbc5ef
1 changed files with 5 additions and 2 deletions

View File

@ -528,8 +528,11 @@
<term><option>-a</option></term>
<term><option>--action=<replaceable>ACTION</replaceable></option></term>
<listitem>
<para>The action string. The special value <literal>help</literal> may be used to list
known values.</para>
<para>Type of event to be simulated. Possible actions are <literal>add</literal>,
<literal>remove</literal>, <literal>change</literal>, <literal>move</literal>,
<literal>online</literal>, <literal>offline</literal>, <literal>bind</literal>,
and <literal>unbind</literal>. Also, the special value <literal>help</literal> can be used
to list the possible actions. The default value is <literal>add</literal>.</para>
</listitem>
</varlistentry>
<varlistentry>