complain about unrecognized flags

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2004-07-17 21:54:31 +00:00
parent 7b8373b34f
commit 14885f0910

View File

@ -438,6 +438,10 @@ while test $# -gt 0; do
--help|-h)
usage 1 1>&2
;;
-*)
# unrecognized flag is error
usage 1 1>&2
;;
esac
shift
done