From: Kevin Geiss Date: Mon, 14 Nov 2005 16:41:43 +0000 (-0700) Subject: git-cvsexportcommit.perl: use getopts to get binary flags X-Git-Tag: v0.99.9k~3^2~10 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=ebdbfa8b556c9b4cebf27cb5f9364c9c19274620;p=git.git git-cvsexportcommit.perl: use getopts to get binary flags Signed-off-by: Junio C Hamano --- diff --git a/git-cvsexportcommit.perl b/git-cvsexportcommit.perl index 5bce39c4..da7dcda3 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();