File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,11 +106,12 @@ void Cli::createParser(QCommandLineParser *parser, QString platforms) {
106106 QCommandLineOption sOption (
107107 " s" ,
108108 " The scraping module you wish to gather resources from for the "
109- " platform set with '-p'.\n Leave the '-s' option out to enable "
110- " Skyscraper's gamelist generation mode.\n (WEB: 'arcadedb', 'igdb', "
109+ " platform set with '-p'.\n Scraping modules web: 'arcadedb', 'igdb', "
111110 " 'mobygames', 'openretro', 'screenscraper', 'thegamesdb' and "
112- " 'zxinfo' ('wos' and 'worldofspectrum' are also accepted), LOCAL: "
113- " 'esgamelist' and 'import')" ,
111+ " 'zxinfo' ('worldofspectrum' and 'wos' are backward compability "
112+ " aliases)\n Scrpaing modules local: 'esgamelist', 'gamebase' and "
113+ " 'import'\n Leave this option out to enable Skyscraper's gamelist "
114+ " generation mode." ,
114115 " MODULE" , " " );
115116 QCommandLineOption uOption (
116117 " u" ,
You can’t perform that action at this time.
0 commit comments