sdl: bugfix - list option "nogui" properly as "--nogui" instead of "--no-gui"
This commit is contained in:
parent
9196ec72b0
commit
8077c10ad6
|
@ -118,7 +118,7 @@ Option Value Description\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\
|
||||
--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
|
||||
|
|
Loading…
Reference in New Issue