chiark / gitweb /
udevadm: fix short options in getopt()
[elogind.git] / udev / udevadm-info.c
index 14baa6accb79c979e984f267623d649a6bec6806..9bd60c724334502b86fd574316375fd5188dcb10 100644 (file)
@@ -242,7 +242,7 @@ int udevadm_info(struct udev *udev, int argc, char *argv[])
                int option;
                struct stat statbuf;
 
-               option = getopt_long(argc, argv, "aed:n:p:q:rxPVh", options, NULL);
+               option = getopt_long(argc, argv, "aed:n:p:q:rxP:Vh", options, NULL);
                if (option == -1)
                        break;