summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2009-05-22 10:01:35 +0200
committerAlexis Menard <alexis.menard@nokia.com>2009-05-22 10:03:48 +0200
commitc8e632f96a942590ab9936d136dcf2f7eb17fef8 (patch)
treeee58f4ba43a1fc4b43c63355ce7139849b2d18ab /configure
parent4ea52386e0281700e6143e0ba946314e7dd30608 (diff)
downloadqt4-tools-c8e632f96a942590ab9936d136dcf2f7eb17fef8.tar.gz
configure script fix, -h should display help and not just h.
Reviewed-by:cduclos
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c882b29918..32efd86204 100755
--- a/configure
+++ b/configure
@@ -202,7 +202,7 @@ earlyArgParse()
VAL=$1
fi
;;
- h|help|--help|-help)
+ -h|help|--help|-help)
if [ "$VAL" = "yes" ]; then
OPT_HELP="$VAL"
COMMERCIAL_USER="no" #doesn't matter we will display the help