summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAlexander Tesfamichael <Alex.Tesfamichael@gmail.com>2017-04-12 11:38:11 +0200
committerAlexander Tesfamichael <alex.tesfamichael@gmail.com>2017-04-12 11:42:02 +0200
commit6c6c53b3a5985c73f87f080879b86c04d0cb0884 (patch)
treeceed99d8e78ff492d172cd3ee28f140cee3a6371 /README.rst
parentdc7e73524f7c9c6c9456ec1aa5499da84f8b7386 (diff)
Make it easier to find config option documentation
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index f3da242e..dc31d9ab 100644
--- a/README.rst
+++ b/README.rst
@@ -63,7 +63,6 @@ The `pgcli` is written using prompt_toolkit_.
- ``SELECT * FROM <tab>`` will only show table names.
- ``SELECT * FROM users WHERE <tab>`` will only show column names.
-* Config file is automatically created at ``~/.config/pgcli/config`` at first launch.
* Primitive support for ``psql`` back-slash commands.
* Pretty prints tabular data.
Note: `pgcli` uses [tabulate](https://github.com/dbcli/pgcli/blob/master/pgcli/packages/tabulate.py)
@@ -73,6 +72,11 @@ The `pgcli` is written using prompt_toolkit_.
.. _prompt_toolkit: https://github.com/jonathanslenders/python-prompt-toolkit
+Config
+------
+A config file is automatically created at ``~/.config/pgcli/config`` at first launch.
+See the file itself for a description of all available options.
+
Contributions:
--------------