From 1d59ba40772517ad92212c89f34529c943c9a849 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 17 Mar 2009 10:31:32 +0100 Subject: [PATCH] udevadm: trigger - add "--action" to --help --- udev/udevadm-trigger.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/udev/udevadm-trigger.c b/udev/udevadm-trigger.c index c88534600..15e7dc17f 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= event action value, default is \"add\"\n" " --subsystem-match= trigger devices from a matching subystem\n" " --subsystem-nomatch= exclude devices from a matching subystem\n" " --attr-match=]> trigger devices with a matching attribute\n" -- 2.30.2