diff --git a/nucypher/cli/commands/status.py b/nucypher/cli/commands/status.py index 5ac8a1b05..f4592e5c2 100644 --- a/nucypher/cli/commands/status.py +++ b/nucypher/cli/commands/status.py @@ -154,7 +154,7 @@ def staking_providers(general_config, registry_options, staking_provider_address @option_csv @option_csv_file @option_event_filters -@click.option('--legacy', is_flag=True) +@click.option('--legacy', help="Events related to the NuCypher Network prior to the merge to Threshold Network", is_flag=True) def events(general_config, registry_options, contract_name, from_block, to_block, event_name, csv, csv_file, event_filters, legacy): """Show events associated with NuCypher contracts.""" diff --git a/nucypher/cli/literature.py b/nucypher/cli/literature.py index 07a5218dd..4758ac767 100644 --- a/nucypher/cli/literature.py +++ b/nucypher/cli/literature.py @@ -58,7 +58,7 @@ CONFIRM_OVERWRITE_EVENTS_CSV_FILE = "Overwrite existing CSV events file - {csv_f PROMPT_OPERATOR_ADDRESS = "Enter operator address" -CONFIRM_WORKER_AND_OPERATOR_ADDRESSES_ARE_EQUAL = """ +CONFIRM_PROVIDER_AND_OPERATOR_ADDRESSES_ARE_EQUAL = """ {address} The operator address provided is the same as the staking provider.