cvsimport: getopt accepted a -q option (undocumented and unused).
authorMatthias Urlichs <smurf@smurf.noris.de>
Tue, 5 Jul 2005 12:22:53 +0000 (14:22 +0200)
committerMatthias Urlichs <smurf@smurf.noris.de>
Tue, 5 Jul 2005 12:22:53 +0000 (14:22 +0200)
           Removed.

git-cvsimport-script

index 6dd8c37..f71da43 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();