From a9174a14fcdac48b23e43db83649847a931fb1d8 Mon Sep 17 00:00:00 2001 From: Matthias Urlichs Date: Tue, 5 Jul 2005 14:22:53 +0200 Subject: [PATCH] cvsimport: getopt accepted a -q option (undocumented and unused). Removed. --- git-cvsimport-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-cvsimport-script b/git-cvsimport-script index 6dd8c371d0..f71da43c32 100755 --- a/git-cvsimport-script +++ b/git-cvsimport-script @@ -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(); -- GitLab