Code

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 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();