mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-21 12:39:47 +01:00
(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 :)
This commit is contained in:
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
Block a user