X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=udev%2Fudevadm-trigger.c;h=15e7dc17fb88d7b0da4e20f3a6946063d9012983;hb=1d59ba40772517ad92212c89f34529c943c9a849;hp=c88534600d78811408ce721757d4ddb88422e1cf;hpb=977f6f4b3dfbdd32d7df5a774a4ed761d5d4b98f;p=elogind.git 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"