Skip to content

Commit

Permalink
doc: updated help text
Browse files Browse the repository at this point in the history
the --cdimage option does not change configuration, only inserts the CD. The help text did not clearly reflect that
  • Loading branch information
midwan committed May 17, 2024
1 parent 4f7f7ff commit c0e4777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -823,8 +823,8 @@ void usage()
std::cout << " --model <Amiga Model> Amiga model to emulate, from the QuickStart options." << '\n';
std::cout << " Available options are: A500, A500P, A1200, A4000, CD32 and CDTV.\n" <<
'\n';
std::cout << " --autoload <file> Load a WHDLoad game or .CUE CD32 image using the WHDBooter." << '\n';
std::cout << " --cdimage <file> Load the CD image provided when starting emulation (for CD32)." << '\n';
std::cout << " --autoload <file> Load an .lha WHDLoad game or a CD32 CD image, using the WHDBooter." << '\n';
std::cout << " --cdimage <file> Load the CD image provided when starting emulation." << '\n';
std::cout << " --statefile <file> Load a save state file." << '\n';
std::cout << " -s <option>=<value> Set one or more configuration options directly, without loading a file." <<
'\n';
Expand Down

0 comments on commit c0e4777

Please sign in to comment.