diff options
Diffstat (limited to 'udev/udevadm-trigger.c')
-rw-r--r-- | udev/udevadm-trigger.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/udev/udevadm-trigger.c b/udev/udevadm-trigger.c index c88534600d..15e7dc17fb 100644 --- a/udev/udevadm-trigger.c +++ b/udev/udevadm-trigger.c @@ -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" |