mirror of https://github.com/OpenTTD/OpenTTD
(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 :)
parent
64c973ccc5
commit
ab8e24e332
|
@ -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";;
|
||||
|
|
Loading…
Reference in New Issue