summaryrefslogtreecommitdiffstats
path: root/src/frontend/mame/clifront.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/clifront.cpp')
-rw-r--r--src/frontend/mame/clifront.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/frontend/mame/clifront.cpp b/src/frontend/mame/clifront.cpp
index 4afcad8a1ae..08c8dbf366e 100644
--- a/src/frontend/mame/clifront.cpp
+++ b/src/frontend/mame/clifront.cpp
@@ -23,7 +23,6 @@
#include "pluginopts.h"
#include "emuopts.h"
-#include "fileio.h"
#include "romload.h"
#include "softlist_dev.h"
#include "validity.h"
@@ -1764,6 +1763,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(
@@ -1774,14 +1774,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(),