Merge "[cli] Fix docstring for --creds param of rally db ensure"

This commit is contained in:
Zuul 2018-02-07 18:05:26 +00:00 committed by Gerrit Code Review
commit 374e517be4

View File

@ -78,7 +78,7 @@ class DBCommands(object):
print(db.schema_revision())
@cliutils.args("--creds", action="store_true", dest="show_creds",
help="Hide credentials from connection string")
help="Do not hide credentials from connection string")
def show(self, api, show_creds=False):
"""Show the connection string."""
if not show_creds: