mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
udevadm: trigger - add "--action" to --help
This commit is contained in:
parent
977f6f4b3d
commit
1d59ba4077
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user