diff --git a/bittensor_cli/cli.py b/bittensor_cli/cli.py index 220de3d40..a43cff4cc 100755 --- a/bittensor_cli/cli.py +++ b/bittensor_cli/cli.py @@ -7764,10 +7764,10 @@ def crowd_refund( """ Refund contributors of a non-finalized crowdloan. - Any account may call this once the crowdloan is no longer wanted. Each call - refunds up to the on-chain `RefundContributorsLimit` contributors (currently - 50) excluding the creator. Run it repeatedly until everyone except the creator - has been reimbursed. + Only the creator may call this. Each call refunds up to the on-chain `RefundContributorsLimit` contributors + (currently 50) excluding the creator. Run it repeatedly until everyone except the creator has been reimbursed. + + Contributors can call `btcli crowdloan withdraw` at will. """ self.verbosity_handler(quiet, verbose, json_output)