From 65c3bafa80c3b338437d31e55920f80a90da4ee0 Mon Sep 17 00:00:00 2001 From: Hudson Graeme Date: Fri, 22 Aug 2025 21:02:02 +0000 Subject: [PATCH] Update example for show command --- bittensor_cli/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bittensor_cli/cli.py b/bittensor_cli/cli.py index c60186d23..513207c72 100755 --- a/bittensor_cli/cli.py +++ b/bittensor_cli/cli.py @@ -5247,7 +5247,7 @@ def subnets_show( EXAMPLE - [green]$[/green] btcli subnets list + [green]$[/green] btcli subnets show """ self.verbosity_handler(quiet, verbose, json_output) subtensor = self.initialize_chain(network)