Skip to content

Commit 569bdfe

Browse files
committed
add 'gamebase' as scraper in CLI help
1 parent 6b9a4e5 commit 569bdfe

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/cli.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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'.\nLeave the '-s' option out to enable "
110-
"Skyscraper's gamelist generation mode.\n(WEB: 'arcadedb', 'igdb', "
109+
"platform set with '-p'.\nScraping 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)\nScrpaing modules local: 'esgamelist', 'gamebase' and "
113+
"'import'\nLeave this option out to enable Skyscraper's gamelist "
114+
"generation mode.",
114115
"MODULE", "");
115116
QCommandLineOption uOption(
116117
"u",

0 commit comments

Comments
 (0)