From 0b8782e8f631d125adb37a7779cdd432258213cf Mon Sep 17 00:00:00 2001 From: Benjamin Himes Date: Wed, 4 Dec 2024 18:34:10 +0200 Subject: [PATCH] Updates the `--help` for `st children set` and `st children revoke`. --- bittensor_cli/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.