diff options
Diffstat (limited to 'src/frontend/mame/clifront.cpp')
-rw-r--r-- | src/frontend/mame/clifront.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/frontend/mame/clifront.cpp b/src/frontend/mame/clifront.cpp index 312c96eff65..d311f22b472 100644 --- a/src/frontend/mame/clifront.cpp +++ b/src/frontend/mame/clifront.cpp @@ -1762,6 +1762,7 @@ void cli_frontend::execute_commands(std::string_view exename) // output //------------------------------------------------- +// HBMAME - remove reference to software and media. void cli_frontend::display_help(std::string_view exename) { osd_printf_info( @@ -1772,14 +1773,12 @@ void cli_frontend::display_help(std::string_view exename) "of machines. But hardware is useless without software, so images of the ROMs and\n" "other media which run on that hardware are also required.\n" "\n" - "Usage: %1$s [machine] [media] [software] [options]\n" + "Usage: %1$s [machine] [options]\n" "\n" " %1$s -showusage for a list of options\n" " %1$s -showconfig to show current configuration in %4$s.ini format\n" - " %1$s -listmedia for a full list of supported media\n" " %1$s -createconfig to create a %4$s.ini file\n" - "\n" - "For usage instructions, please visit https://docs.mamedev.org/\n", + "\n", exename, build_version, emulator_info::get_appname(), |