chiark / gitweb /
udevadm: print all messages to stderr with priority higher or equal than LOG_ERR
[elogind.git] / udev / udevadm-trigger.c
index 5cd4acd6ed0be944e19b03b34cd1aaaa30d87af5..dbcaee3dbd59299141081a55bd9fdc9748f07e7c 100644 (file)
@@ -146,7 +146,6 @@ int udevadm_trigger(struct udev *udev, int argc, char *argv[])
                        } else if (strcmp(optarg, "failed") == 0) {
                                device_type = TYPE_FAILED;
                        } else {
-                               fprintf(stderr, "unknown type --type=%s\n", optarg);
                                err(udev, "unknown type --type=%s\n", optarg);
                                rc = 2;
                                goto exit;
@@ -186,8 +185,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"