From 66b286618ed9ddb93fcaeebf999a5e48ddfa9768 Mon Sep 17 00:00:00 2001 From: shangxdy Date: Tue, 21 Aug 2018 21:55:51 +0800 Subject: modify nrpv for parameter JIRA: PARSER-181 Change-Id: I3d439f3f80e5f936fdc24dea74b19dd3cace8492 Signed-off-by: shangxdy --- tosca2heat/tosca-parser/toscaparser/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tosca2heat/tosca-parser/toscaparser/shell.py b/tosca2heat/tosca-parser/toscaparser/shell.py index 83a015c..c024d1e 100644 --- a/tosca2heat/tosca-parser/toscaparser/shell.py +++ b/tosca2heat/tosca-parser/toscaparser/shell.py @@ -53,7 +53,7 @@ class ParserShell(object): required=True, help=_('YAML template or CSAR file to parse.')) - parser.add_argument('-nrpv', dest='no_required_paras_check', + parser.add_argument('--nrpv', dest='no_required_paras_check', action='store_true', default=False, help=_('Ignore input parameter validation ' 'when parse template.')) -- cgit 1.2.3-korg