diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-03-07 06:45:38 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-03-07 07:19:02 +0100 |
commit | cd648ae1954f04ff41ce1f06268ea274df7ebd87 (patch) | |
tree | d550ea8e0afb7daab62d5f2142588c232fb1fe81 /man/udevadm.xml | |
parent | udevadm trigger: make --action option support all possible actions (diff) | |
download | systemd-cd648ae1954f04ff41ce1f06268ea274df7ebd87.tar.xz systemd-cd648ae1954f04ff41ce1f06268ea274df7ebd87.zip |
man: mention possible actions supported by "udevadm trigger"
Diffstat (limited to 'man/udevadm.xml')
-rw-r--r-- | man/udevadm.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/udevadm.xml b/man/udevadm.xml index f25a1dfb48..d4fdaea6ff 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -220,8 +220,10 @@ <term><option>-c</option></term> <term><option>--action=<replaceable>ACTION</replaceable></option></term> <listitem> - <para>Type of event to be triggered. The default value is - <command>change</command>.</para> + <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> </listitem> </varlistentry> <varlistentry> |