summaryrefslogtreecommitdiffstats
path: root/pgcli
diff options
context:
space:
mode:
authorAlexandr Korsak <alex.korsak@gmail.com>2018-06-15 10:52:28 +0300
committerAlexandr Korsak <alex.korsak@gmail.com>2018-06-15 10:52:28 +0300
commitda12182609d13b176e0da69900c5f15705ed2614 (patch)
tree2dc202a98ae6ec0272e14405c1eeddd7515a9249 /pgcli
parent123664e9137aac2b1f10c090f5bc7efbd34a7146 (diff)
Fix formatting for --user
Diffstat (limited to 'pgcli')
-rw-r--r--pgcli/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcli/main.py b/pgcli/main.py
index 685493b4..f577a1c8 100644
--- a/pgcli/main.py
+++ b/pgcli/main.py
@@ -891,7 +891,7 @@ class PGCli(object):
@click.option('-U', '--username', 'username_opt', envvar='PGUSER',
help='Username to connect to the postgres database.')
@click.option('--user', 'username_opt', envvar='PGUSER',
- help='Username to connect to the postgres database.')
+ help='Username to connect to the postgres database.')
@click.option('-W', '--password', 'prompt_passwd', is_flag=True, default=False,
help='Force password prompt.')
@click.option('-w', '--no-password', 'never_prompt', is_flag=True,