cvsimport: activate -a option, really.

An earlier commit ded9f400 added $opt_a support to disable the
cvsps grace period mechanism, but forgot to tell the option
parser about it.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2007-01-22 12:20:14 -08:00
parent 67e4baf826
commit bf3f67ba71

View file

@ -85,7 +85,7 @@ ($)
close ($f);
}
getopts("hivmkuo:d:p:C:z:s:M:P:A:S:L:") or usage();
getopts("haivmkuo:d:p:C:z:s:M:P:A:S:L:") or usage();
usage if $opt_h;
@ARGV <= 1 or usage();