X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev%2Fudevadm-control.c;h=3eb03d8b04d63c48d990d62221db1725ec58e5c7;hp=3fe41977c5b1640d1ad9651dee645104005f4469;hb=214a6c791cbc0c1a190c430eb37056087e661344;hpb=bd2dab9ce566a4e30d5372be9fa4e1921b7749f7 diff --git a/udev/udevadm-control.c b/udev/udevadm-control.c index 3fe41977c..3eb03d8b0 100644 --- a/udev/udevadm-control.c +++ b/udev/udevadm-control.c @@ -115,7 +115,7 @@ int udevadm_control(struct udev *udev, int argc, char *argv[]) break; case 'p': if (strchr(optarg, '=') == NULL) { - fprintf(stderr, "expect = instead of '%s'\n", optarg); + fprintf(stderr, "expect = instead of '%s'\n", optarg); goto exit; } udev_ctrl_send_set_env(uctrl, optarg);