Bug fix: command-line option -h was not recognized properly.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2033 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-09-01 12:21:33 +00:00
parent a8f53776c9
commit 9af00ae4e0

View File

@@ -52,7 +52,7 @@ usage () {
scst_svn_repo="https://scst.svn.sourceforge.net/svnroot/scst/trunk"
sendmail_opts=""
set -- $(/usr/bin/getopt "r:" "$@")
set -- $(/usr/bin/getopt "hr:" "$@")
while [ "$1" != "${1#-}" ]
do
case "$1" in