Document behavior with no args.

This commit is contained in:
Themaister 2013-04-14 22:41:43 +02:00
parent 0af13a9059
commit 0ca210f99d
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ Prints help text.
Starts directly in in-game menu (RGUI) if enabled.
Does not require a ROM or libretro implementation to be set.
These can be loaded afterwards in the menu.
If no arguments are passed to retroarch, it is equivalent to calling retroarch with this as only argument.
.TP
\fB--features\fR

View File

@ -644,6 +644,7 @@ static void print_help(void)
puts("Usage: retroarch [rom file] [options...]");
puts("\t-h/--help: Show this help message.");
puts("\t--menu: Do not require ROM or libretro core to be loaded, starts directly in menu.");
puts("\t\tIf no arguments are passed to RetroArch, it is equivalent to using --menu as only argument.");
puts("\t--features: Prints available features compiled into RetroArch.");
puts("\t-s/--save: Path for save file (*.srm). Required when rom is input from stdin.");
puts("\t-f/--fullscreen: Start RetroArch in fullscreen regardless of config settings.");