Browse Source

git-cvsexportcommit.perl: use getopts to get binary flags

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Kevin Geiss 19 years ago committed by Junio C Hamano
parent
commit
ebdbfa8b55
  1. 2
      git-cvsexportcommit.perl

2
git-cvsexportcommit.perl

@ -12,7 +12,7 @@ unless ($ENV{GIT_DIR} && -r $ENV{GIT_DIR}){


our ($opt_h, $opt_p, $opt_v, $opt_c ); our ($opt_h, $opt_p, $opt_v, $opt_c );


getopt('hpvc'); getopts('hpvc');


$opt_h && usage(); $opt_h && usage();



Loading…
Cancel
Save