summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2020-06-24 13:42:42 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2020-06-24 13:42:42 +1000
commitd8676338beee35f605ff2499c01c10eb94f2a0a9 (patch)
treea5af2cf91a58c093e4b2f2af840802c3e04ec1f0
parentcbf4c768f6f858bcc5451445db236115e776b400 (diff)
(nw) get help from website instead of files that don't exist.
-rw-r--r--src/frontend/mame/clifront.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/clifront.cpp b/src/frontend/mame/clifront.cpp
index 7d21585e3c7..9a15314eebc 100644
--- a/src/frontend/mame/clifront.cpp
+++ b/src/frontend/mame/clifront.cpp
@@ -1739,6 +1739,6 @@ void cli_frontend::display_help(const char *exename)
" %s -showconfig to show your current %s.ini\n"
" %s -listmedia for a full list of supported media\n"
" %s -createconfig to create a %s.ini\n\n"
- "For usage instructions, please consult the files config.txt and windows.txt.\n",exename,
+ "For usage instructions, please visit https://docs.mamedev.org \n",exename,
exename,emulator_info::get_configname(),exename,exename,emulator_info::get_configname());
}