cvsimport: getopt accepted a -q option (undocumented and unused).
Removed.
This commit is contained in:
parent
9da07f3493
commit
a9174a14fc
@ -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…
Reference in New Issue
Block a user