Skip to content

Commit aeedbf8

Browse files
committed
Merge conflict
1 parent e22b8c6 commit aeedbf8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

bittensor_cli/cli.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3972,9 +3972,8 @@ def stake_remove(
39723972
)
39733973
if not amount and not prompt:
39743974
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}]"
3975+
f"Ambiguous request! Specify {arg__('--amount')}, {arg__('--all')}, or {arg__('--all-alpha')} "
3976+
f"to use {arg__('--no-prompt')}"
39783977
)
39793978
return False
39803979

0 commit comments

Comments
 (0)