Skip to content

Commit 3e1d068

Browse files
committed
Improve help text.
1 parent 89bb80f commit 3e1d068

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

main.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,18 @@ General options:
4040
--timeout=SECS individual operation timeout in seconds (default: 60)
4141
--retries=COUNT retry these many times on network or server errors (default: 5)
4242
-i, --input=FILE read from this JSON file instead of stdin
43-
-a, --api-key=APIKEY the API key for your pgdash account
43+
-a, --api-key=APIKEY the API key for your pgDash account
44+
--base-url=URL for use with self-hosted version of pgDash, see docs
4445
-V, --version output version information, then exit
4546
--debug output debugging information
4647
-h, --help[=options] show this help, then exit
4748
--help=variables list environment variables, then exit
4849
4950
Commands:
50-
report SERVERNAME send report for server SERVERNAME
51+
report SERVERNAME send report for PostgreSQL server SERVERNAME
5152
report-pgbouncer SERVERNAME PGBOUNCERNAME
5253
send PgBouncer report for PgBouncer instance PGBOUNCERNAME
53-
fronting server SERVERNAME
54+
pooling connections for PostgreSQL server SERVERNAME
5455
5556
For more information, visit <https://pgdash.io>.
5657
`

0 commit comments

Comments
 (0)