From 1d33744bd45f67fd1bd6f1a71aaa42db5d49a138 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Mon, 6 Jun 2011 18:02:19 +0000 Subject: [PATCH] Fix for 04298: mame -h points to incorrect usage file (no whatsnew) --- src/emu/clifront.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }