Skip to content

Commit beeb296

Browse files
Remove postgres string from help
1 parent 17b2488 commit beeb296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mssqlcli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ def get_last_query(self):
652652
@click.option('-S', '--server', default='', envvar='MSSQL_CLI_SERVER',
653653
help='SQL Server instance name or address.')
654654
@click.option('-U', '--username', 'username', envvar='MSSQL_CLI_USER',
655-
help='Username to connect to the postgres database.')
655+
help='Username to connect to the database.')
656656
@click.option('-W', '--password', 'prompt_passwd', is_flag=True, default=False,
657657
help='Force password prompt.')
658658
@click.option('-E', '--integrated', 'integrated_auth', is_flag=True, default=False,

0 commit comments

Comments
 (0)