mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed the UI related issues reported during testing for Google Cloud SQL deployment. #5750
This commit is contained in:
@@ -45,7 +45,7 @@ class RdsProvider(AbsProvider):
|
||||
def init_args(self, parsers):
|
||||
""" Create the command line parser for this provider """
|
||||
self.parser = parsers.add_parser('rds',
|
||||
help='Amazon AWS RDS PostgreSQL',
|
||||
help='Amazon RDS PostgreSQL',
|
||||
epilog='Credentials are read from '
|
||||
'~/.aws/config by default and '
|
||||
'can be overridden in the '
|
||||
|
||||
Reference in New Issue
Block a user