cvsimport: getopt accepted a -q option (undocumented and unused).

Removed.
This commit is contained in:
Matthias Urlichs 2005-07-05 14:22:53 +02:00
parent 9da07f3493
commit a9174a14fc

View File

@ -38,7 +38,7 @@ END
exit(1);
}
getopts("hqvo:d:p:C:") or usage();
getopts("hvo:d:p:C:") or usage();
usage if $opt_h;
@ARGV <= 1 or usage();