Fix for 04298: mame -h points to incorrect usage file (no whatsnew)

This commit is contained in:
Scott Stone 2011-06-06 18:02:19 +00:00
parent 5fe2da9a5e
commit 1d33744bd4

View File

@ -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);
}