Skip to content

Commit 0053ec0

Browse files
martex-devclaude
andcommitted
M23b: a help string that listed three registered protocols when there were seven
The same maintained-beside-the-registry mistake, in the one place a reader meets it first. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent a564d62 commit 0053ec0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/nullius/cli.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,10 @@ def benchmark_run(
727727
str,
728728
typer.Option(
729729
"--bank",
730-
help="Which registered protocol to run under: 1, 2 or 3.",
730+
# Not a list. It said "1, 2 or 3" while seven were registered, which
731+
# is the same maintained-beside-the-registry mistake in a help string.
732+
help="Which registered protocol version to run under; the registered "
733+
"ones are the protocol lock files in benchmark/.",
731734
),
732735
] = "1",
733736
provider: Annotated[

0 commit comments

Comments
 (0)