summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2009-05-22 08:01:35 (GMT)
committerAlexis Menard <alexis.menard@nokia.com>2009-05-22 08:03:48 (GMT)
commitc8e632f96a942590ab9936d136dcf2f7eb17fef8 (patch)
treeee58f4ba43a1fc4b43c63355ce7139849b2d18ab /configure
parent4ea52386e0281700e6143e0ba946314e7dd30608 (diff)
downloadQt-c8e632f96a942590ab9936d136dcf2f7eb17fef8.zip
Qt-c8e632f96a942590ab9936d136dcf2f7eb17fef8.tar.gz
Qt-c8e632f96a942590ab9936d136dcf2f7eb17fef8.tar.bz2
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 c882b29..32efd86 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