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.8 | |
parent | 2e08169ed4618718636e162bca5be147179da91c (diff) |
udevtrigger: allow to specify action string
Diffstat (limited to 'udevtrigger.8')
-rw-r--r-- | udevtrigger.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/udevtrigger.8 b/udevtrigger.8 index 58a379495f..5ef9e8f812 100644 --- a/udevtrigger.8 +++ b/udevtrigger.8 @@ -14,7 +14,7 @@ udevtrigger \- request kernel devices events for coldplug .SH "SYNOPSIS" .HP 12 -\fBudevtrigger\fR [\fB\-\-verbose\fR] [\fB\-\-dry\-run\fR] [\fB\-\-retry\-failed\fR] [\fB\-\-help\fR] [\fB\-\-subsystem\-match=\fR\fB\fIsubsystem\fR\fR] [\fB\-\-subsystem\-nomatch=\fR\fB\fIsubsystem\fR\fR] [\fB\-\-attr\-match=\fR\fB\fIattribute=value\fR\fR] [\fB\-\-attr\-nomatch=\fR\fB\fIattribute=value\fR\fR] +\fBudevtrigger\fR [\fB\-\-verbose\fR] [\fB\-\-dry\-run\fR] [\fB\-\-retry\-failed\fR] [\fB\-\-help\fR] [\fB\-\-action=\fR\fB\fIaction\fR\fR] [\fB\-\-subsystem\-match=\fR\fB\fIsubsystem\fR\fR] [\fB\-\-subsystem\-nomatch=\fR\fB\fIsubsystem\fR\fR] [\fB\-\-attr\-match=\fR\fB\fIattribute=value\fR\fR] [\fB\-\-attr\-nomatch=\fR\fB\fIattribute=value\fR\fR] .SH "DESCRIPTION" .PP Trigger kernel device uevents to replay missing events at system coldplug. @@ -35,6 +35,11 @@ Do not actually trigger the event. Trigger only the events which are failed during a previous run. .RE .PP +\fB\-\-action=\fR\fB\fIaction\fR\fR +.RS 4 +Type of event to be triggered. The default value is "add". +.RE +.PP \fB\-\-subsystem\-match=\fR\fB\fIsubsystem\fR\fR .RS 4 Trigger events for devices which belong to a matching subsystem. This option can be specified multiple times and supports shell style pattern matching. |