Skip to content

Commit 563a750

Browse files
Update bittensor_cli/cli.py
Co-authored-by: Cameron Fairchild <[email protected]>
1 parent 1a5f10f commit 563a750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor_cli/cli.py

Lines changed: 1 addition & 1 deletion
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"Too ambiguous to use [{COLORS.G.ARG}]--no-prompt[/{COLORS.G.ARG}]. You need to specify an amount,"
3980+
f"Just using [{COLORS.G.ARG}]--no-prompt[/{COLORS.G.ARG}] is too ambiguous. You need to specify an amount,"
39813981
f"or use "
39823982
f"[{COLORS.G.ARG}]--unstake-all[/{COLORS.G.ARG}]/[{COLORS.G.ARG}]--unstake-all-alpha[/{COLORS.G.ARG}]."
39833983
)

0 commit comments

Comments
 (0)