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 e22b8c6 commit aeedbf8Copy full SHA for aeedbf8
bittensor_cli/cli.py
@@ -3972,9 +3972,8 @@ def stake_remove(
3972
)
3973
if not amount and not prompt:
3974
print_error(
3975
- f"Ambiguous request! Specify [{COLORS.G.ARG}]--amount[/{COLORS.G.ARG}], "
3976
- f"[{COLORS.G.ARG}]--all[/{COLORS.G.ARG}], "
3977
- f"or [{COLORS.G.ARG}]--all-alpha[/{COLORS.G.ARG}] to use [{COLORS.G.ARG}]--no-prompt[/{COLORS.G.ARG}]"
+ f"Ambiguous request! Specify {arg__('--amount')}, {arg__('--all')}, or {arg__('--all-alpha')} "
+ f"to use {arg__('--no-prompt')}"
3978
3979
return False
3980
0 commit comments