Browse Source

doc : update

pull/13/head
oof1lab 7 years ago
parent
commit
002477457b
  1. 2
      lib/util/cmd.helper.js

2
lib/util/cmd.helper.js

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

Loading…
Cancel
Save