git-svn: bail out on incorrect command-line options
authorEric Wong <normalperson@yhbt.net>
Tue, 3 Apr 2007 08:57:08 +0000 (01:57 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 4 Apr 2007 09:37:35 +0000 (02:37 -0700)
"git svn log" is the only command that needs the pass-through
option in Getopt::Long; otherwise we will bail out and let the
user know something is wrong.

Also, avoid printing out unaccepted mixed-case options (that
are reserved for the command-line) such as --useSvmProps
in the usage() function.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found