mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r5291) - Fix: '-f' switch is not valid on windows, so don't show it in help
This commit is contained in:
parent
fcf19e18eb
commit
24e31b69cc
@ -148,7 +148,7 @@ static void showhelp(void)
|
|||||||
" -G seed = Set random seed\n"
|
" -G seed = Set random seed\n"
|
||||||
" -n [ip#player:port] = Start networkgame\n"
|
" -n [ip#player:port] = Start networkgame\n"
|
||||||
" -D = Start dedicated server\n"
|
" -D = Start dedicated server\n"
|
||||||
#if !defined(__MORPHOS__) && !defined(__AMIGA__)
|
#if !defined(__MORPHOS__) && !defined(__AMIGA__) && !defined(WIN32)
|
||||||
" -f = Fork into the background (dedicated only)\n"
|
" -f = Fork into the background (dedicated only)\n"
|
||||||
#endif
|
#endif
|
||||||
" -i = Force to use the DOS palette\n"
|
" -i = Force to use the DOS palette\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user