Update help message of test-runner to same format

Previously, the help message of --os-auth-url, "Authentication URL
(Env: OS_AUTH_URL)", is not same as other arguments of OS
environment variable. So update it to same format.

Change-Id: Iaed9b56016af8ce4c3470c55157458563b41ddcb
Closes-Bug: #1515781
This commit is contained in:
Lin Yang 2015-11-13 05:23:45 +08:00
parent 5b9fcc2e3e
commit bfcf923879

@ -263,7 +263,7 @@ class MuranoTestRunner(object):
parser.add_argument('--os-auth-url',
default=utils.env('OS_AUTH_URL'),
help='Authentication URL (Env: OS_AUTH_URL)')
help='Defaults to env[OS_AUTH_URL]')
parser.add_argument('--os-username',
default=utils.env('OS_USERNAME'),
help='Defaults to env[OS_USERNAME]')