poolflush() has no positional arguments.

This commit is contained in:
Cy Schubert 2017-06-22 06:25:34 +00:00
parent 210ecc0021
commit 3f296d78cc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320221

View File

@ -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)