text change

This commit is contained in:
2026-05-07 11:39:44 +02:00
parent bd169b5aa4
commit 0f13b2fbfb
+1 -1
View File
@@ -131,7 +131,7 @@ def run_variable_xor_cli():
steps = prompt_int("How many steps? (1100): ", 1, 100)
target_reg = prompt_int("Target register (07): ", 0, 7)
bits_to_xor = prompt_list(
"Bits to XOR (07, separated by spaces): ",
"Bits to XOR (07, separated by spaces, ranges with '-'): ",
item_name="bit",
min_value=0,
max_value=7,