1
0
Fork 0

Typo in README.rst

This commit is contained in:
while0pass 2015-01-10 04:06:33 +03:00
parent 97b36a993d
commit e35a107194
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ 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 ``~/.pglirc`` at first launch.
* Config file is automatically created at ``~/.pgclirc`` at first launch.
* Primitive support for ``psql`` back-slash commands.
* Pretty prints tabular data.