Merge "Modify help msg and docs in identity"

This commit is contained in:
Jenkins 2016-06-20 15:51:14 +00:00 committed by Gerrit Code Review
commit 8c1c2f46a9
6 changed files with 6 additions and 6 deletions

View File

@ -117,7 +117,7 @@ Set service properties
.. _service_set-service:
.. describe:: <service>
Service to update (type, name or ID)
Service to modify (type, name or ID)
service show
------------

View File

@ -95,7 +95,7 @@ Delete user(s)
.. _user_delete-user:
.. describe:: <user>
User to delete (name or ID)
User(s) to delete (name or ID)
user list
---------

View File

@ -94,7 +94,7 @@ class DeleteService(command.Command):
parser.add_argument(
'service',
metavar='<service>',
help=_('Service to delete (name or ID)'),
help=_('Service to delete (type, name or ID)'),
)
return parser

View File

@ -240,7 +240,7 @@ class SetUser(command.Command):
parser.add_argument(
'user',
metavar='<user>',
help=_('User to change (name or ID)'),
help=_('User to modify (name or ID)'),
)
parser.add_argument(
'--name',

View File

@ -130,7 +130,7 @@ class SetService(command.Command):
parser.add_argument(
'service',
metavar='<service>',
help=_('Service to update (type, name or ID)'),
help=_('Service to modify (type, name or ID)'),
)
parser.add_argument(
'--type',

View File

@ -273,7 +273,7 @@ class SetUser(command.Command):
parser.add_argument(
'user',
metavar='<user>',
help=_('User to change (name or ID)'),
help=_('User to modify (name or ID)'),
)
parser.add_argument(
'--name',