Skip to content

Commit 2511eb2

Browse files
committed
Update wording
1 parent 7da9dd5 commit 2511eb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bittensor_cli/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3977,7 +3977,7 @@ def stake_remove(
39773977
)
39783978
if not amount and not prompt:
39793979
print_error(
3980-
f"Using [{COLORS.G.ARG}]--no-prompt[/{COLORS.G.ARG}] without an amount/all is too ambiguous. "
3980+
f"Using [{COLORS.G.ARG}]--no-prompt[/{COLORS.G.ARG}] without an amount/'all' is too ambiguous. "
39813981
f"You need to specify an [{COLORS.G.ARG}]--amount[/{COLORS.G.ARG}] or use "
39823982
f"[{COLORS.G.ARG}]--unstake-all[/{COLORS.G.ARG}]/[{COLORS.G.ARG}]--unstake-all-alpha[/{COLORS.G.ARG}]."
39833983
)
@@ -3987,7 +3987,7 @@ def stake_remove(
39873987
json_console.print_json(
39883988
data={
39893989
"success": False,
3990-
"err_msg": "Using '--json-output' without an amount/all is too ambiguous. You need to specify an "
3990+
"err_msg": "Using '--json-output' without an amount/'all' is too ambiguous. You need to specify an "
39913991
"'--amount' or use '--unstake-all'/'--unstake-all-alpha'",
39923992
}
39933993
)

0 commit comments

Comments
 (0)