Browse Source

updated cmd.helper.js

pull/56/head
0xflotus 6 years ago committed by GitHub
parent
commit
ab720095b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/util/cmd.helper.js

2
lib/util/cmd.helper.js

@ -18,7 +18,7 @@ program
.option('-u, --user <n>', 'username of database / root by default')
.option('-p, --password <n>', 'password of database / empty by default')
.option('-d, --database <n>', 'database schema name')
.option('-r, --ipAddress <n>', 'IP interface of your server / locahost by default')
.option('-r, --ipAddress <n>', 'IP interface of your server / localhost by default')
.option('-n, --portNumber <n>', 'port number for app / 3000 by default')
.option('-o, --port <n>', 'port number for mysql / 3306 by default')
.option('-s, --storageFolder <n>', 'storage folder / current working dir by default / available only with local')

Loading…
Cancel
Save