doc : update

This commit is contained in:
oof1lab
2017-11-13 15:51:49 +05:30
parent 03a537da8e
commit 002477457b

View File

@@ -18,7 +18,7 @@ program
.option('-d, --database <n>', 'database schema name')
.option('-n, --portNumber <n>', 'port number for app / 3000 by default')
.option('-s, --storageFolder <n>', 'storage folder / current working dir by default / available only with local')
.option('-i, --ignoreTables <n>', 'comma separated table names to ignore',list)
.option('-i, --ignoreTables <n>', 'comma separated table names to ignore')
.parse(process.argv)