diff options
Diffstat (limited to 'udev/udevadm-trigger.c')
-rw-r--r-- | udev/udevadm-trigger.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/udev/udevadm-trigger.c b/udev/udevadm-trigger.c index 5cd4acd6ed..8a626ec744 100644 --- a/udev/udevadm-trigger.c +++ b/udev/udevadm-trigger.c @@ -186,8 +186,8 @@ int udevadm_trigger(struct udev *udev, int argc, char *argv[]) " 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" + " --subsystem-match=<subsystem> trigger devices from a matching subsystem\n" + " --subsystem-nomatch=<subsystem> exclude devices from a matching subsystem\n" " --attr-match=<file[=<value>]> trigger devices with a matching attribute\n" " --attr-nomatch=<file[=<value>]> exclude devices with a matching attribute\n" " --property-match=<key>=<value> trigger devices with a matching property\n" |