diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-08 12:21:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-08 12:21:38 +0000 |
commit | 608fa7eafdacf45505a9e1e2b7aff4a305a90b25 (patch) | |
tree | afa4ae5d20482cb89d824429c64a6bf72128a0b1 | |
parent | Repeating section per binary package in control for consistency reasons. (diff) | |
download | litecli-608fa7eafdacf45505a9e1e2b7aff4a305a90b25.tar.xz litecli-608fa7eafdacf45505a9e1e2b7aff4a305a90b25.zip |
Harmonizing package description.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 56c3668..34f0cb2 100644 --- a/debian/control +++ b/debian/control @@ -21,6 +21,6 @@ Depends: python3-cli-helpers, ${misc:Depends}, ${python3:Depends}, -Description: CLI for SQLite - litecli is a command line interface for SQLite with auto-completion and syntax - highlighting. +Description: CLI for SQlite with auto-completion and syntax highlighting + pgcli is a command line interface for SQlite with auto-completion and + syntax highlighting. It is also capable of pretty printing tabular data. |