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:
LiangLu 2020-10-28 02:24:59 -04:00
parent cfbc810bdc
commit 6bdb64f464
1 changed files with 3 additions and 3 deletions

View File

@ -434,9 +434,9 @@ class DownloadVnfPackageArtifact(command.Command):
parser.add_argument(
"--file",
metavar="<FILE>",
help=_("Local file to save downloaded VNF Package or VNFD data. "
"If this is not specified and there is no redirection "
"then data will not be saved.")
help=_("Local file to save downloaded VNF Package artifact "
"file data. If this is not specified and "
"there is no redirection then data will not be saved.")
)
return parser