File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments