summaryrefslogtreecommitdiff
path: root/man/udevadm.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-06-29 04:03:06 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-06-29 04:10:14 +0900
commit6d22bd87f0d9505721dfa0ec5ae94f39a1691526 (patch)
tree8a9902298772a257d738cbda71b2b6761477e5eb /man/udevadm.xml
parent9e0196b1e2b9637f8d62d39e7ff239732b982452 (diff)
downloadsystemd-6d22bd87f0d9505721dfa0ec5ae94f39a1691526.tar.gz
udevadm: support special value 'help' for --action option
Diffstat (limited to 'man/udevadm.xml')
-rw-r--r--man/udevadm.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/man/udevadm.xml b/man/udevadm.xml
index 396d418f83..d12c39b765 100644
--- a/man/udevadm.xml
+++ b/man/udevadm.xml
@@ -228,7 +228,9 @@
<para>Type of event to be triggered. 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>. The default value is <literal>change</literal>.</para>
+ and <literal>unbind</literal>. Also, the special value <literal>help</literal> can be used
+ to list the possible actions. The default value is <literal>change</literal>.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
@@ -524,9 +526,10 @@
<variablelist>
<varlistentry>
<term><option>-a</option></term>
- <term><option>--action=<replaceable>string</replaceable></option></term>
+ <term><option>--action=<replaceable>ACTION</replaceable></option></term>
<listitem>
- <para>The action string.</para>
+ <para>The action string. The special value <literal>help</literal> may be used to list
+ known values.</para>
</listitem>
</varlistentry>
<varlistentry>