From: Yu Watanabe Date: Fri, 29 Mar 2019 21:41:29 +0000 (+0900) Subject: udevadm: drop unused option X-Git-Tag: v242-rc3~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11efeca11eba01aa39d61ef76093eb4d10f14f67;p=thirdparty%2Fsystemd.git udevadm: drop unused option --- diff --git a/src/udev/udevadm-info.c b/src/udev/udevadm-info.c index fad110826e4..6742cda8f64 100644 --- a/src/udev/udevadm-info.c +++ b/src/udev/udevadm-info.c @@ -358,7 +358,7 @@ int info_main(int argc, char *argv[], void *userdata) { ActionType action = ACTION_QUERY; QueryType query = QUERY_ALL; - while ((c = getopt_long(argc, argv, "aced:n:p:q:rxP:RVh", options, NULL)) >= 0) + while ((c = getopt_long(argc, argv, "aced:n:p:q:rxP:Vh", options, NULL)) >= 0) switch (c) { case 'n': case 'p': {