udevadm: trigger - add "--action" to --help

This commit is contained in:
Robby Workman 2009-03-17 10:31:32 +01:00 committed by Kay Sievers
parent 977f6f4b3d
commit 1d59ba4077

View file

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