Skip to content

Commit d23ee0d

Browse files
committed
kontrol/cli: correct CLI message
1 parent ac9b0ec commit d23ee0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/kontrol/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def rpc_args(self) -> ArgumentParser:
248248
dest='lemmas',
249249
default=None,
250250
help=(
251-
'File and extra module to include for verification (which must import one of [KONTROL-BASE|KONTROL-AUX|KONTROL-KECCAK|KONTROL-FULL] modules).'
251+
'File and extra module to include for verification (which must import the FOUNDRY-MAIN module).'
252252
'Format is <file>:<module name>.'
253253
),
254254
)

0 commit comments

Comments
 (0)