From: Robby Workman Date: Tue, 17 Mar 2009 09:31:32 +0000 (+0100) Subject: udevadm: trigger - add "--action" to --help X-Git-Tag: 174~1120 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=1d59ba40772517ad92212c89f34529c943c9a849 udevadm: trigger - add "--action" to --help --- 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"