Rename --httpPort flag to --listen

This commit is contained in:
Dan Sosedoff
2014-10-26 18:43:33 -05:00
parent ba96c291b4
commit 7522877051
2 changed files with 12 additions and 12 deletions

View File

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