diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-08-20 18:22:44 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-08-20 18:22:44 +0200 |
commit | 04cc3a81d02af4d131b9c92defd7538f22089774 (patch) | |
tree | 5e560637a5ad6fb73ddfb38d33ceb3eb1d3a4ecf /udevtrigger.xml | |
parent | 3770f6093f89198151ca872c2115aff0b6079772 (diff) |
udevtrigger: add --retry-failed
Diffstat (limited to 'udevtrigger.xml')
-rw-r--r-- | udevtrigger.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/udevtrigger.xml b/udevtrigger.xml index 990cf63589..170fcd6291 100644 --- a/udevtrigger.xml +++ b/udevtrigger.xml @@ -27,6 +27,7 @@ <command>udevtrigger</command> <arg><option>--verbose</option></arg> <arg><option>--dry-run</option></arg> + <arg><option>--retry-failed</option></arg> </cmdsynopsis> </refsynopsisdiv> @@ -39,13 +40,19 @@ <varlistentry> <term><option>--verbose</option></term> <listitem> - <para>print out the devices found in sysfs.</para> + <para>Print the list of devices found in sysfs.</para> </listitem> </varlistentry> <varlistentry> <term><option>--dry-run</option></term> <listitem> - <para>don't actually trigger the event.</para> + <para>Do not actually trigger the event.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--retry-failed</option></term> + <listitem> + <para>Trigger events which are failed during a previous run.</para> </listitem> </varlistentry> </variablelist> |