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`.", ),