diff options
Diffstat (limited to '')
-rw-r--r-- | debian/control | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 5593f82..0461930 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,6 @@ Depends: python3-click, python3-terminaltables, ${misc:Depends}, ${python3:Depends} -Description: CLI for Postgres - pgcli is a command line interface for PostgreSQL with - auto-completion and syntax highlighting. The CLI is also capable of pretty - printing tabular data. +Description: CLI for PostgreSQL with auto-completion and syntax highlighting + pgcli is a command line interface for Postgres with auto-completion and syntax + highlighting. It is also capable of pretty printing tabular data. |