summaryrefslogtreecommitdiff
path: root/config.lib
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2008-12-06 00:38:48 +0000
committertruebrain <truebrain@openttd.org>2008-12-06 00:38:48 +0000
commit413bbd3dd1d02322ec1a187453317730728cda76 (patch)
tree69dc6ee7b9661da2014113a54a5d60d537d795dc /config.lib
parent1ce8df9dac1a0a0daa773fba1b6c48a6f2b08541 (diff)
downloadopenttd-413bbd3dd1d02322ec1a187453317730728cda76.tar.xz
(svn r14659) -Add: in case Thief^ (forum user) ever tries what he thinks he will try when he doesn't know it is --prefix-dir, make sure he also gets what he assumes he gets :)
Diffstat (limited to 'config.lib')
-rw-r--r--config.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.lib b/config.lib
index 23612363c..ba3e46d80 100644
--- a/config.lib
+++ b/config.lib
@@ -157,7 +157,7 @@ detect_params() {
optarg=`expr "x$p" : 'x[^=]*=\(.*\)'`
case "$p" in
- --help | -h) showhelp; exit 0;;
+ --help | -h | -?) showhelp; exit 0;;
--config-log) prev_p="config_log";;
--config-log=*) config_log="$optarg";;