(svn r5329) -Backport: r5291

-Fix: '-f' switch is not valid on windows, so don't show it in help
This commit is contained in:
tron 2006-06-21 19:35:50 +00:00
parent 257ba823a0
commit c96daf6230
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ static void showhelp(void)
" -G seed = Set random seed\n"
" -n [ip#player:port] = Start networkgame\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"
#endif
" -i = Force to use the DOS palette\n"