diff --git a/bittensor_cli/cli.py b/bittensor_cli/cli.py index 65230eda6..8372b5517 100755 --- a/bittensor_cli/cli.py +++ b/bittensor_cli/cli.py @@ -1264,7 +1264,7 @@ def set_config( use_cache: Optional[bool] = typer.Option( None, "--cache/--no-cache", - "--cache/--no_cache", + " /--no_cache", help="Disable caching of some commands. This will disable the `--reuse-last` and `--html` flags on " "commands such as `subnets metagraph`, `stake show` and `subnets list`.", ),