Skip to content

Commit

Permalink
Updates the --help for st children set and st children revoke.
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhaleking committed Dec 4, 2024
1 parent b08adf3 commit 0b8782e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bittensor_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3659,7 +3659,7 @@ def stake_set_children(
prompt: bool = Options.prompt,
):
"""
Set child hotkeys on specified subnets.
Set child hotkeys on a specified subnet (or all). Overrides currently set children.
Users can specify the 'proportion' to delegate to child hotkeys (ss58 address). The sum of proportions cannot be greater than 1.
Expand Down Expand Up @@ -3744,7 +3744,7 @@ def stake_revoke_children(
prompt: bool = Options.prompt,
):
"""
Remove all children hotkeys on a specified subnet.
Remove all children hotkeys on a specified subnet (or all).
This command is used to remove delegated authority from all child hotkeys, removing their position and influence on the subnet.
Expand Down

0 comments on commit 0b8782e

Please sign in to comment.