poolflush() has no positional arguments.
This commit is contained in:
parent
210ecc0021
commit
3f296d78cc
@ -583,7 +583,7 @@ poolflush(argc, argv)
|
||||
break; /* keep compiler happy */
|
||||
}
|
||||
|
||||
if (argc - 1 - optind > 0)
|
||||
if (argc - optind > 0)
|
||||
usage(argv[0]);
|
||||
|
||||
if (opts & OPT_DEBUG)
|
||||
|
Loading…
Reference in New Issue
Block a user