From: Junio C Hamano Date: Mon, 22 Jan 2007 20:20:14 +0000 (-0800) Subject: cvsimport: activate -a option, really. X-Git-Tag: v1.5.0-rc3~84 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bf3f67ba718393fb2b5fd5d4fc861029d4578a8a;p=git.git 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 --- diff --git a/git-cvsimport.perl b/git-cvsimport.perl index 35ef0c0ee..6c9fbfec3 100755 --- a/git-cvsimport.perl +++ b/git-cvsimport.perl @@ -85,7 +85,7 @@ sub write_author_info($) { 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();