Remove NORESOLVE (-R) option from poollist() (ippool -l). It is not

used in poollist().
This commit is contained in:
Cy Schubert 2017-05-31 03:11:25 +00:00
parent a8e7f543af
commit 0dda2c25d4
1 changed files with 1 additions and 4 deletions

View File

@ -663,7 +663,7 @@ poollist(argc, argv)
poolname = NULL;
role = IPL_LOGALL;
while ((c = getopt(argc, argv, "dm:M:N:o:Rt:v")) != -1)
while ((c = getopt(argc, argv, "dm:M:N:o:t:v")) != -1)
switch (c)
{
case 'd' :
@ -690,9 +690,6 @@ poollist(argc, argv)
case 'O' :
pool_fields = parsefields(poolfields, optarg);
break;
case 'R' :
opts |= OPT_NORESOLVE;
break;
case 't' :
type = gettype(optarg, NULL);
if (type == IPLT_NONE) {