diff --git a/bittensor_cli/cli.py b/bittensor_cli/cli.py index 55eb4098..e14d6bfe 100755 --- a/bittensor_cli/cli.py +++ b/bittensor_cli/cli.py @@ -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. @@ -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.