cvsimport: getopt accepted a -q option (undocumented and unused).
[gitweb.git] / git-cvsimport-script
index 6dd8c371d092b9e6a6c9823c5e19e5ff8e6ef949..f71da43c321310d60e765dce11a6bce884350a0d 100755 (executable)
@@ -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();