From cddf8e1a69a11b4dba81cf184af14299bfce9748 Mon Sep 17 00:00:00 2001 From: bdhimes Date: Tue, 23 Sep 2025 18:14:13 +0200 Subject: [PATCH] Update the example text for sudo trim --- 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 4484f5288..2f0013ac6 100755 --- a/bittensor_cli/cli.py +++ b/bittensor_cli/cli.py @@ -5370,7 +5370,7 @@ def sudo_trim( Allows subnet owners to trim UIDs on their subnet to a specified max number of netuids. EXAMPLE - [green]$[/green] btcli sudo trim --netuid 95 --wallet-name my_wallet --wallet-hotkey my_hotkey --max 6 + [green]$[/green] btcli sudo trim --netuid 95 --wallet-name my_wallet --wallet-hotkey my_hotkey --max 64 """ self.verbosity_handler(quiet, verbose, json_output)