Changed the help message of --config-file parameter
In this patch the description for --config-file parameter is modified to be more informative Change-Id: I61213a675cbb48a89ddb0b2f66fa1bd5bfab6efa
This commit is contained in:
@@ -48,7 +48,7 @@ class CreateVIM(tackerV10.CreateCommand):
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--config-file',
|
'--config-file',
|
||||||
required=True,
|
required=True,
|
||||||
help='Specify VIM specific config parameters in a file')
|
help='YAML file with VIM configuration parameters')
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'name', metavar='NAME',
|
'name', metavar='NAME',
|
||||||
help='Set a name for the VIM')
|
help='Set a name for the VIM')
|
||||||
@@ -92,7 +92,7 @@ class UpdateVIM(tackerV10.UpdateCommand):
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--config-file',
|
'--config-file',
|
||||||
required=True,
|
required=True,
|
||||||
help='Specify VIM specific config parameters in a file')
|
help='YAML file with VIM configuration parameters')
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--name',
|
'--name',
|
||||||
help='New name for the VIM')
|
help='New name for the VIM')
|
||||||
|
@@ -72,7 +72,7 @@ class CreateVNF(tackerV10.CreateCommand):
|
|||||||
help='VIM Region to use to create VNF on the specified VIM')
|
help='VIM Region to use to create VNF on the specified VIM')
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--config-file',
|
'--config-file',
|
||||||
help='Specify config yaml file')
|
help='YAML file with VNF configuration')
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--config',
|
'--config',
|
||||||
help='Specify config yaml data')
|
help='Specify config yaml data')
|
||||||
@@ -138,7 +138,7 @@ class UpdateVNF(tackerV10.UpdateCommand):
|
|||||||
def add_known_arguments(self, parser):
|
def add_known_arguments(self, parser):
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--config-file',
|
'--config-file',
|
||||||
help='Specify config yaml file')
|
help='YAML file with VNF configuration')
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--config',
|
'--config',
|
||||||
help='Specify config yaml data')
|
help='Specify config yaml data')
|
||||||
|
Reference in New Issue
Block a user