Format the list of auth types in the Mistral client help

Change-Id: I05d312f030009284182f850b234695ee584b1ae4
This commit is contained in:
Dougal Matthews
2017-01-29 11:21:28 +00:00
parent e182978e4f
commit c81c93f1c8

View File

@@ -356,7 +356,7 @@ class MistralShell(app.App):
dest='auth_type',
default=env('MISTRAL_AUTH_TYPE', default='keystone'),
help='Authentication type. Valid options are: %s.'
' (Env: MISTRAL_AUTH_TYPE)' % auth_types.ALL
' (Env: MISTRAL_AUTH_TYPE)' % ', '.join(auth_types.ALL)
)
parser.add_argument(