Skip to content

Commit 2c5356e

Browse files
author
Daniel Kroening
authored
Merge pull request #4771 from yumibagge/yb/doc-goto-programs-fix-typo
Fixed typo --show-goto-programs
2 parents cf0572e + 718bd0e commit 2c5356e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-programs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ values if they are not initialised. Goto programs can be serialised
1919
in a binary (wrapped in ELF headers) format or in XML (see the various
2020
`_serialization` files).
2121

22-
The `cbmc` option `--show-goto-programs` is often a good starting point
22+
The `cbmc` option `--show-goto-functions` is often a good starting point
2323
as it outputs goto-programs in a human readable form. However there are
2424
a few things to be aware of. Functions have an internal name (for
2525
example `c::f00`) and a ‘pretty name’ (for example `f00`) and which is

0 commit comments

Comments
 (0)