diff options
author | 2011-06-06 18:02:19 +0000 | |
---|---|---|
committer | 2011-06-06 18:02:19 +0000 | |
commit | 1d33744bd45f67fd1bd6f1a71aaa42db5d49a138 (patch) | |
tree | c74351321564090ec25b14105cf476b7318f97eb | |
parent | 5fe2da9a5ee9dbfe1a2c4ae3b02fa14f39531c22 (diff) |
Fix for 04298: mame -h points to incorrect usage file (no whatsnew)
-rw-r--r-- | src/emu/clifront.c | 2 |
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); } |