summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 67e4baf)
raw | patch | inline | side by side (parent: 67e4baf)
author | Junio C Hamano <junkio@cox.net> | |
Mon, 22 Jan 2007 20:20:14 +0000 (12:20 -0800) | ||
committer | Junio 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>
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 | patch | blob | history |
diff --git a/git-cvsimport.perl b/git-cvsimport.perl
index 35ef0c0ee54a8f284c1afd7754f2e69e03d925c1..6c9fbfec3aae36d339cfeed66209a24e0ff03ae8 100755 (executable)
--- a/git-cvsimport.perl
+++ b/git-cvsimport.perl
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();