1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-30 14:55:37 +03:00

udevadm: drop unused option

This commit is contained in:
Yu Watanabe 2019-03-30 06:41:29 +09:00
parent 65e5d6934e
commit 11efeca11e

View File

@ -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': {