diff --git a/lib/util/cmd.helper.js b/lib/util/cmd.helper.js index a5e086e6ab..55e54054cb 100644 --- a/lib/util/cmd.helper.js +++ b/lib/util/cmd.helper.js @@ -18,7 +18,7 @@ program .option('-d, --database ', 'database schema name') .option('-n, --portNumber ', 'port number for app / 3000 by default') .option('-s, --storageFolder ', 'storage folder / current working dir by default / available only with local') - .option('-i, --ignoreTables ', 'comma separated table names to ignore',list) + .option('-i, --ignoreTables ', 'comma separated table names to ignore') .parse(process.argv)