summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-05-18 09:20:58 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-05-18 09:20:58 +0200
commit913ca85999b3f558a1f842e00b2addc85aa3c561 (patch)
tree59d83d7d718c4fbedf4bffeb6905168bb8e7277e /src
parentb1774b77cc64c3154153ac5956624e2bf22184c9 (diff)
Remove unnecessary linebreak
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'src')
-rw-r--r--src/cli.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 7cdccd0..ff7c268 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -127,8 +127,8 @@ pub fn cli<'a>() -> App<'a> {
.version(crate_version!())
.about("Start a database CLI, if installed on the current host")
.long_about(indoc::indoc!(r#"
- Starts a database shell on the configured database using one of the following
- programs:
+ Starts a database shell on the configured database using one of the following programs:
+
- psql
- pgcli