diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2009-05-22 08:01:35 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2009-05-22 08:03:48 (GMT) |
commit | c8e632f96a942590ab9936d136dcf2f7eb17fef8 (patch) | |
tree | ee58f4ba43a1fc4b43c63355ce7139849b2d18ab /configure | |
parent | 4ea52386e0281700e6143e0ba946314e7dd30608 (diff) | |
download | Qt-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |