pass -h through to the app, so it can handle it.

This commit is contained in:
sspitzer%netscape.com 2000-02-04 23:13:48 +00:00
Родитель 53bd4b89b6
Коммит 8ec19afb4d
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -244,10 +244,6 @@ moz_debugger=""
while [ $# -gt 0 ]
do
case $1 in
-h | --help)
moz_usage
exit 0
;;
-g | --debug)
moz_debug=1
shift