Skip to content
Snippets Groups Projects
Commit af23d579 authored by Pavel Kácha's avatar Pavel Kácha
Browse files

Make list of admins mandatory for now

parent 7a0397b5
Branches
Tags
No related merge requests found
......@@ -365,7 +365,7 @@ def get_args():
subargp_reg.add_argument("--name", action="store", type=str,
required=True, help="client name")
subargp_reg.add_argument("--admins", action="store", type=str,
nargs="*", help="administrator list")
required=True, nargs="*", help="administrator list")
subargp_apply = subargp.add_parser("applicant", add_help=False,
description="Set client into certificate application mode and set its password",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment