sdl: bugfix - list option "nogui" properly as "--nogui" instead of "--no-gui"

This commit is contained in:
punkrockguy318 2011-04-18 13:53:54 +00:00
parent 9196ec72b0
commit 8077c10ad6
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ Option Value Description\n\
--netkey s Use string 's' to create a unique session for the game loaded.\n\ --netkey s Use string 's' to create a unique session for the game loaded.\n\
--players x Set the number of local players.\n\ --players x Set the number of local players.\n\
--rp2mic {0,1} Replace Port 2 Start with microphone (Famicom).\n\ --rp2mic {0,1} Replace Port 2 Start with microphone (Famicom).\n\
--no-gui {0,1} Enable or disable the GTK GUI\n"; --nogui {0,1} Enable or disable the GTK GUI\n";
// these should be moved to the man file // these should be moved to the man file