Fixed the UI related issues reported during testing for Google Cloud SQL deployment. #5750

This commit is contained in:
Yogesh Mahajan
2023-03-23 11:51:21 +05:30
committed by GitHub
parent c5e1e74757
commit a026353df8
5 changed files with 8 additions and 9 deletions

View File

@@ -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 '