Update CLI options in readme

This commit is contained in:
Dan Sosedoff 2014-10-26 11:47:53 -05:00
parent fca267f1f4
commit df47e839bc

View File

@ -66,14 +66,15 @@ Usage:
pgweb [OPTIONS] pgweb [OPTIONS]
Application Options: Application Options:
-v Print version -v Print version
-d Enable debugging mode (false) -d Enable debugging mode (false)
--url= Database connection string --url= Database connection string
--host= Server hostname or IP (localhost) --host= Server hostname or IP (localhost)
--port= Server port (5432) --port= Server port (5432)
--user= Database user (postgres) --user= Database user (postgres)
--db= Database name (postgres) --db= Database name (postgres)
--ssl= SSL option (disable) --ssl= SSL option (disable)
--httpPort= HTTP server listen port (8080)
``` ```
## Compile from source ## Compile from source