diff options
author | truebrain <truebrain@openttd.org> | 2008-12-06 00:38:48 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2008-12-06 00:38:48 +0000 |
commit | ab8e24e332f3f967a2eab82b542dcd0860f85125 (patch) | |
tree | 69dc6ee7b9661da2014113a54a5d60d537d795dc /config.lib | |
parent | 64c973ccc552cf85368a4cda3e7dc473ed70af47 (diff) | |
download | openttd-ab8e24e332f3f967a2eab82b542dcd0860f85125.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.lib | 2 |
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";; |