mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Added "name" parameter to the help message.
In OS_IDENTITY_API_VERSION=3, the "openstack help service delete" allows the user to remove a service based on the name of the service. So, this patch includes name as positional argument. Change-Id: Iae7cb0a82af3cdd4d88e0ed2eb651abf9af30fd9 Closes-Bug: #1566909
This commit is contained in:
parent
bf9b0e5ff4
commit
f924fa39e1
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class DeleteService(command.Command):
|
|||
parser.add_argument(
|
||||
'service',
|
||||
metavar='<service>',
|
||||
help='Service to delete (type or ID)',
|
||||
help='Service to delete (type, name or ID)',
|
||||
)
|
||||
return parser
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue