Skip to content

Commit

Permalink
git-cvsexportcommit.perl: use getopts to get binary flags
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Kevin Geiss authored and Junio C Hamano committed Nov 16, 2005
1 parent 0ff2ce9 commit ebdbfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cvsexportcommit.perl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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

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

$opt_h && usage();

Expand Down

0 comments on commit ebdbfa8

Please sign in to comment.