mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Change help text for image save command
Change-Id: Ib2aecb68ffa06f9ac831131944c98c49cf99c75a Closes-Bug: #1372070
This commit is contained in:
parent
2a2c8eec26
commit
c8b3f23733
2 changed files with 2 additions and 2 deletions
|
|
@ -333,7 +333,7 @@ class SaveImage(command.Command):
|
|||
parser.add_argument(
|
||||
"image",
|
||||
metavar="<image>",
|
||||
help="Name or ID of image to delete",
|
||||
help="Name or ID of image to save",
|
||||
)
|
||||
return parser
|
||||
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ class SaveImage(command.Command):
|
|||
parser.add_argument(
|
||||
"image",
|
||||
metavar="<image>",
|
||||
help="Name or ID of image to delete",
|
||||
help="Name or ID of image to save",
|
||||
)
|
||||
return parser
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue