diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-08-31 06:57:34 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-08-31 09:13:16 +0200 |
commit | e148cbc5ef8b5c306f0059a32048dcdce232d9ed (patch) | |
tree | 98eb77043229a4b6911195fe9a3d40be1726a1b2 /man/udevadm.xml | |
parent | Add HP Elite x2 1013 G3 touchpad as external (diff) | |
download | systemd-e148cbc5ef8b5c306f0059a32048dcdce232d9ed.tar.xz systemd-e148cbc5ef8b5c306f0059a32048dcdce232d9ed.zip |
man: list possible action string and default value
Closes #13442.
Diffstat (limited to 'man/udevadm.xml')
-rw-r--r-- | man/udevadm.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/udevadm.xml b/man/udevadm.xml index d12c39b765..c2f2bc95d2 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -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> |