]> granicus.if.org Git - pgbouncer/commitdiff
doc: Small improvement in quick start
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 19 Jul 2018 12:54:17 +0000 (14:54 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 19 Jul 2018 12:54:17 +0000 (14:54 +0200)
Add an indication that the "SHOW HELP" example output is not complete.
Then we don't have to feel obliged to update it every time we add
something to the actual help output.

doc/usage.rst

index e71f41b1c35906f57c5d530552452b5ee573d22a..27a55f44e9d6e5136f6fc5a64c4fe507553a090d 100644 (file)
@@ -94,13 +94,14 @@ Basic setup and usage as following.
       pgbouncer=# show help;
       NOTICE:  Console usage
       DETAIL:
-        SHOW [HELP|CONFIG|DATABASES|FDS|POOLS|CLIENTS|SERVERS|SOCKETS|LISTS|VERSION]
+        SHOW [HELP|CONFIG|DATABASES|FDS|POOLS|CLIENTS|SERVERS|SOCKETS|LISTS|VERSION|...]
         SET key = arg
         RELOAD
         PAUSE
         SUSPEND
         RESUME
         SHUTDOWN
+        [...]
 
 6. If you made changes to the pgbouncer.ini file, you can reload it with::