chiark / gitweb /
udevadm: trigger - add "--action" to --help
authorRobby Workman <rw@rlworkman.net>
Tue, 17 Mar 2009 09:31:32 +0000 (10:31 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Tue, 17 Mar 2009 09:31:32 +0000 (10:31 +0100)
udev/udevadm-trigger.c

index c88534600d78811408ce721757d4ddb88422e1cf..15e7dc17fb88d7b0da4e20f3a6946063d9012983 100644 (file)
@@ -172,10 +172,11 @@ int udevadm_trigger(struct udev *udev, int argc, char *argv[])
                               "  --verbose                       print the list of devices while running\n"
                               "  --dry-run                       do not actually trigger the events\n"
                               "  --type=                         type of events to trigger\n"
-                              "      devices                       sys devices\n"
+                              "      devices                       sys devices (default)\n"
                               "      subsystems                    sys subsystems and drivers\n"
                               "      failed                        trigger only the events which have been\n"
                               "                                    marked as failed during a previous run\n"
+                              "  --action=<action>               event action value, default is \"add\"\n"
                               "  --subsystem-match=<subsystem>   trigger devices from a matching subystem\n"
                               "  --subsystem-nomatch=<subsystem> exclude devices from a matching subystem\n"
                               "  --attr-match=<file[=<value>]>   trigger devices with a matching attribute\n"