diff --git a/src/volttron/client/commands/authz_parser.py b/src/volttron/client/commands/authz_parser.py index 52e4cab0b..7d905e6da 100644 --- a/src/volttron/client/commands/authz_parser.py +++ b/src/volttron/client/commands/authz_parser.py @@ -132,7 +132,7 @@ def add_authz_parser(add_parser_fn, filterable): add_agent_command.add_argument("identity", help="vip identity of the agent") add_agent_command.add_argument("--role-names", "-rns", nargs="+", help="name of role(s) to be assigned to this agent") - add_agent_command.add_argument("--protected-rpcs", "-rns", nargs="+", + add_agent_command.add_argument("--protected-rpcs", "-pts", nargs="+", help="rpc exported methods of this agent that needs to be protected by " "authorization rules") add_agent_command.add_argument(