Skip to content

Commit

Permalink
Clarify help text for access controller cli option in nucypher_dkg
Browse files Browse the repository at this point in the history
…script.
  • Loading branch information
derekpierre authored and KPrasch committed Nov 28, 2023
1 parent 9521e32 commit 52b99b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hooks/nucypher_dkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def get_transacting_power(signer: Signer):
@click.option(
"--access-controller",
"-a",
help="Global allow list or open access authorizer",
help=f"'{GLOBAL_ALLOW_LIST}' or 'OpenAccessAuthorizer' contract",
type=click.Choice([GLOBAL_ALLOW_LIST, "OpenAccessAuthorizer"]),
required=False,
)
Expand Down

0 comments on commit 52b99b3

Please sign in to comment.