mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 10:23:02 +03:00
Update CLI options in readme
This commit is contained in:
parent
fca267f1f4
commit
df47e839bc
17
README.md
17
README.md
@ -66,14 +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)
|
||||
-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)
|
||||
```
|
||||
|
||||
## Compile from source
|
||||
|
Loading…
Reference in New Issue
Block a user