summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index bf5cbd64..58569fcf 100644
--- a/README.rst
+++ b/README.rst
@@ -48,7 +48,7 @@ Usage
or
- $ pgcli postgresql://[user[:password]@][netloc][:port][/dbname]
+ $ pgcli postgresql://[user[:password]@][netloc][:port][/dbname][?extra=value[&other=other-value]]
Examples:
@@ -56,7 +56,7 @@ Examples:
$ pgcli local_database
- $ pgcli postgres://amjith:pa$$w0rd@example.com:5432/app_db
+ $ pgcli postgres://amjith:pa$$w0rd@example.com:5432/app_db?sslmode=verify-ca&sslrootcert=/myrootcert
Features
--------