We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5f10f commit 563a750Copy full SHA for 563a750
bittensor_cli/cli.py
@@ -3977,7 +3977,7 @@ def stake_remove(
3977
)
3978
if not amount and not prompt:
3979
print_error(
3980
- f"Too ambiguous to use [{COLORS.G.ARG}]--no-prompt[/{COLORS.G.ARG}]. You need to specify an amount,"
+ f"Just using [{COLORS.G.ARG}]--no-prompt[/{COLORS.G.ARG}] is too ambiguous. You need to specify an amount,"
3981
f"or use "
3982
f"[{COLORS.G.ARG}]--unstake-all[/{COLORS.G.ARG}]/[{COLORS.G.ARG}]--unstake-all-alpha[/{COLORS.G.ARG}]."
3983
0 commit comments