aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Geiss <kevin@desertsol.com>2005-11-14 09:41:43 -0700
committerJunio C Hamano <junkio@cox.net>2005-11-16 13:20:58 -0800
commitebdbfa8b556c9b4cebf27cb5f9364c9c19274620 (patch)
tree84a8d9dbb0e22476f07d83f289b969d00c02dcb7
parent0ff2ce9d8a305038c0c116cd1e3b478a9f5b81c1 (diff)
downloadgit-ebdbfa8b556c9b4cebf27cb5f9364c9c19274620.tar.gz
git-ebdbfa8b556c9b4cebf27cb5f9364c9c19274620.tar.xz
git-cvsexportcommit.perl: use getopts to get binary flags
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rwxr-xr-xgit-cvsexportcommit.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-cvsexportcommit.perl b/git-cvsexportcommit.perl
index 5bce39c4c..da7dcda3b 100755
--- a/git-cvsexportcommit.perl
+++ b/git-cvsexportcommit.perl
@@ -12,7 +12,7 @@ unless ($ENV{GIT_DIR} && -r $ENV{GIT_DIR}){
our ($opt_h, $opt_p, $opt_v, $opt_c );
-getopt('hpvc');
+getopts('hpvc');
$opt_h && usage();