-Z needs an argument

This commit is contained in:
Jaroslav Kysela 2001-08-06 16:08:32 +00:00
parent fa4a49c84b
commit d8ccbda67e

View file

@ -131,7 +131,7 @@ int main(int argc,char *argv[])
while (1) {
int c;
if ((c = getopt_long(argc, argv, "hvcD:46CPRZq", long_option, NULL)) < 0)
if ((c = getopt_long(argc, argv, "hvcD:46CPRZ:q", long_option, NULL)) < 0)
break;
switch (c) {
case 'h':