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:
parent
65e5d6934e
commit
11efeca11e
@ -358,7 +358,7 @@ int info_main(int argc, char *argv[], void *userdata) {
|
|||||||
ActionType action = ACTION_QUERY;
|
ActionType action = ACTION_QUERY;
|
||||||
QueryType query = QUERY_ALL;
|
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) {
|
switch (c) {
|
||||||
case 'n':
|
case 'n':
|
||||||
case 'p': {
|
case 'p': {
|
||||||
|
Loading…
Reference in New Issue
Block a user