cvsimport: getopt accepted a -q option (undocumented and unused).
Removed.
This commit is contained in:
@ -38,7 +38,7 @@ END
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
getopts("hqvo:d:p:C:") or usage();
|
getopts("hvo:d:p:C:") or usage();
|
||||||
usage if $opt_h;
|
usage if $opt_h;
|
||||||
|
|
||||||
@ARGV <= 1 or usage();
|
@ARGV <= 1 or usage();
|
||||||
|
Reference in New Issue
Block a user