summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/emu/clifront.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/clifront.c b/src/emu/clifront.c
index 866fed8a109..327e6a433bb 100644
--- a/src/emu/clifront.c
+++ b/src/emu/clifront.c
@@ -1257,7 +1257,7 @@ void cli_frontend::display_help()
" " APPNAME " -showconfig for a list of configuration options\n"
" " APPNAME " -listmedia for a full list of supported media\n"
" " APPNAME " -createconfig to create a " CONFIGNAME ".ini\n\n"
- "For usage instructions, please consult the file windows.txt\n",APPNAME,GAMENOUN);
+ "For usage instructions, please consult the files config.txt and windows.txt.\n",APPNAME,GAMENOUN);
}