(svn r5291) - Fix: '-f' switch is not valid on windows, so don't show it in help

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
glx 18 years ago
parent e835bba5b1
commit dcfcf7df4a

@ -148,7 +148,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"

Loading…
Cancel
Save