From 0f13b2fbfbf9957131dced2ffa1a3305a97e398b Mon Sep 17 00:00:00 2001 From: Sam Hadow Date: Thu, 7 May 2026 11:39:44 +0200 Subject: [PATCH] text change --- src/tea3/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tea3/cli.py b/src/tea3/cli.py index 70f26bb..5ac7749 100644 --- a/src/tea3/cli.py +++ b/src/tea3/cli.py @@ -131,7 +131,7 @@ def run_variable_xor_cli(): steps = prompt_int("How many steps? (1–100): ", 1, 100) target_reg = prompt_int("Target register (0–7): ", 0, 7) bits_to_xor = prompt_list( - "Bits to XOR (0–7, separated by spaces): ", + "Bits to XOR (0–7, separated by spaces, ranges with '-'): ", item_name="bit", min_value=0, max_value=7,