From b8b9740eec49ff4ea6f59d2e958f06848fd96eb7 Mon Sep 17 00:00:00 2001 From: zhangliang Date: Mon, 17 Feb 2025 20:10:31 +0800 Subject: [PATCH] add a missing --- bittensor_cli/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bittensor_cli/cli.py b/bittensor_cli/cli.py index 0810152d2..4fb3a1eb5 100755 --- a/bittensor_cli/cli.py +++ b/bittensor_cli/cli.py @@ -3078,6 +3078,7 @@ def stake_remove( ), all_hotkeys: bool = typer.Option( False, + "--all-hotkeys", help="When set, this command unstakes from all the hotkeys associated with the wallet. Do not use if specifying " "hotkeys in `--include-hotkeys`.", ),