Skip to content

Commit 2e9b152

Browse files
tautschnigatomb
andauthored
Update StrataMain.lean
Co-authored-by: Aaron Tomb <aarotomb@amazon.com>
1 parent c09bf8e commit 2e9b152

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StrataMain.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def tryReadPythonSource (ionPath : String) : IO (Option (String × Lean.FileMap)
244244
def pyAnalyzeCommand : Command where
245245
name := "pyAnalyze"
246246
args := [ "ion_file", "verbose" ]
247-
help := "Analyze and verify assertions in a Strata Python Ion file. " ++
247+
help := "Verify `assert` and `reach` commands in a Strata Python Ion file after inlining procedure calls. " ++
248248
"<ion_file>: path to a .python.st.ion file generated from Python source. " ++
249249
"<verbose>: set to '1' for verbose output (displays parsed program, Core translation, and inlined program), or '0' for concise verification results only."
250250
callback := fun _ v => do

0 commit comments

Comments
 (0)