diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-07-09 03:59:08 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-07-09 03:59:08 +0200 |
commit | 285e2a24f67b1c09d7b4c54587802fc0a9d623eb (patch) | |
tree | a7468587f7233ca5149b50033f0948e3cc13f810 /udevtrigger.xml | |
parent | 2e08169ed4618718636e162bca5be147179da91c (diff) |
udevtrigger: allow to specify action string
Diffstat (limited to 'udevtrigger.xml')
-rw-r--r-- | udevtrigger.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/udevtrigger.xml b/udevtrigger.xml index 60a7b1eaf7..eb2b9851cd 100644 --- a/udevtrigger.xml +++ b/udevtrigger.xml @@ -29,6 +29,7 @@ <arg><option>--dry-run</option></arg> <arg><option>--retry-failed</option></arg> <arg><option>--help</option></arg> + <arg><option>--action=<replaceable>action</replaceable></option></arg> <arg><option>--subsystem-match=<replaceable>subsystem</replaceable></option></arg> <arg><option>--subsystem-nomatch=<replaceable>subsystem</replaceable></option></arg> <arg><option>--attr-match=<replaceable>attribute=value</replaceable></option></arg> @@ -61,6 +62,12 @@ </listitem> </varlistentry> <varlistentry> + <term><option>--action=<replaceable>action</replaceable></option></term> + <listitem> + <para>Type of event to be triggered. The default value is "add".</para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--subsystem-match=<replaceable>subsystem</replaceable></option></term> <listitem> <para>Trigger events for devices which belong to a matching subsystem. This option |