Browse Source

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

Removed.
maint
Matthias Urlichs 20 years ago
parent
commit
a9174a14fc
  1. 2
      git-cvsimport-script

2
git-cvsimport-script

@ -38,7 +38,7 @@ END @@ -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();

Loading…
Cancel
Save