cvsimport: activate -a option, really.
authorJunio C Hamano <junkio@cox.net>
Mon, 22 Jan 2007 20:20:14 +0000 (12:20 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 22 Jan 2007 20:20:14 +0000 (12:20 -0800)
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>
git-cvsimport.perl
index 35ef0c0ee54a8f284c1afd7754f2e69e03d925c1..6c9fbfec3aae36d339cfeed66209a24e0ff03ae8 100755 (executable)
@@ -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();