summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/scriptlets/pkiparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'base/deploy/src/scriptlets/pkiparser.py')
-rw-r--r--base/deploy/src/scriptlets/pkiparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/deploy/src/scriptlets/pkiparser.py b/base/deploy/src/scriptlets/pkiparser.py
index 1fe74e835..4b6128440 100644
--- a/base/deploy/src/scriptlets/pkiparser.py
+++ b/base/deploy/src/scriptlets/pkiparser.py
@@ -69,7 +69,7 @@ def process_command_line_arguments(argv):
mandatory.add_argument('-i',
dest='pki_deployed_instance_name',
action='store',
- nargs=1, metavar='<instance>',
+ nargs=1, required=True, metavar='<instance>',
help='FORMAT: ${pki_instance_name}'
'[.${pki_admin_domain_name}]')
# Establish 'Optional' command-line options