diff options
| author | zhiyong.dai <zhiyong.dai@easystack.cn> | 2016-11-23 02:54:21 +0800 |
|---|---|---|
| committer | zhiyong.dai <zhiyong.dai@easystack.cn> | 2016-11-23 02:58:26 +0800 |
| commit | 82b96f57db0ab1c2d9aa1f3fa1e5025b291509ea (patch) | |
| tree | 02bee092446a881460be1cb5134cb163e4bf2b66 /openstackclient/identity | |
| parent | 4d3cfb9142be8884fa74a6a8b324df869e32ba30 (diff) | |
| download | python-openstackclient-82b96f57db0ab1c2d9aa1f3fa1e5025b291509ea.tar.gz | |
TrivialFix in helpMessage for readability
Change-Id: Ic5fae89455470585f1bd79539f99a9c04e0c68a0
Diffstat (limited to 'openstackclient/identity')
| -rw-r--r-- | openstackclient/identity/v3/token.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/identity/v3/token.py b/openstackclient/identity/v3/token.py index 7a66f23b..effb9e35 100644 --- a/openstackclient/identity/v3/token.py +++ b/openstackclient/identity/v3/token.py @@ -42,7 +42,7 @@ class AuthorizeRequestToken(command.ShowOne): default=[], required=True, help=_('Roles to authorize (name or ID) ' - '(repeat option to set multiple values, required)'), + '(repeat option to set multiple values) (required)'), ) return parser |
