Modify the description of the command --help
The description of the "openstack vnf package artifact download --help" command is incorrect.Modify VNF Package or VNFD data to VNF Package artifact file data. Change-Id: Ib70efb7eefdb6eacea24dec67bb4ff996b6178d3 Closes-Bug: #1901103
This commit is contained in:
parent
cfbc810bdc
commit
6bdb64f464
@ -434,9 +434,9 @@ class DownloadVnfPackageArtifact(command.Command):
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--file",
|
"--file",
|
||||||
metavar="<FILE>",
|
metavar="<FILE>",
|
||||||
help=_("Local file to save downloaded VNF Package or VNFD data. "
|
help=_("Local file to save downloaded VNF Package artifact "
|
||||||
"If this is not specified and there is no redirection "
|
"file data. If this is not specified and "
|
||||||
"then data will not be saved.")
|
"there is no redirection then data will not be saved.")
|
||||||
)
|
)
|
||||||
return parser
|
return parser
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user