Skip to content

Commit

Permalink
Improve command descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
inwonkim committed Apr 19, 2021
1 parent d58436b commit f3cb3dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions preptools/command/prep_setting_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def _get_prep_input(args, params: dict):

def _init_for_unregister_prep(sub_parser, common_parent_parser, tx_parent_parser):
name = "unregisterPRep"
desc = f"Unregister P-Rep"
desc = f"Unregister P-Rep\nWARNING!! Unregistering P-Rep does not return the registration fee"

parser = sub_parser.add_parser(
name,
Expand Down Expand Up @@ -308,7 +308,8 @@ def _set_prep(args) -> str:

def _init_for_set_governance_variables(sub_parser, common_parent_parser, tx_parent_parser):
name = "setGovernanceVariables"
desc = f"Change Governance variables used in network operation "
desc = f"Change Governance variables used in network operation" \
f"\ndeprecated.since revision9, set i-rep with network proposal"

parser = sub_parser.add_parser(
name,
Expand Down

0 comments on commit f3cb3dd

Please sign in to comment.