Fix for -V switch...

This commit is contained in:
Jaroslav Kysela 1998-11-25 20:35:55 +00:00
parent 9f50cd5d60
commit 552cb61798

View file

@ -271,7 +271,7 @@ int main( int argc, char *argv[] )
version();
return 0;
}
while ( (c = getopt( argc, argv, "hlc:d:qs:So:t:b:vrwuxB:c:p:mM" )) != EOF )
while ( (c = getopt( argc, argv, "hlc:d:qs:So:t:b:vrwuxB:c:p:mMV" )) != EOF )
switch ( c ) {
case 'h':
usage( command );