Skip to content

Commit

Permalink
Remove mention of HOCON from --apalache-config
Browse files Browse the repository at this point in the history
  • Loading branch information
thpani committed Oct 11, 2023
1 parent bf28c76 commit 80763ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/quint.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ Options:
[string]
--random-transitions choose transitions at random (= use symbolic simulation)
[boolean] [default: false]
--apalache-config Filename of the additional Apalache configuration (in the
HOCON format, a superset of JSON) [string]
--apalache-config path to an additional Apalache configuration file (in
JSON) [string]
--verbosity control how much output is produced (0 to 5)
[number] [default: 2]
```
Expand Down
2 changes: 1 addition & 1 deletion quint/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ const verifyCmd = {
default: false,
})
.option('apalache-config', {
desc: 'Filename of the additional Apalache configuration (in the HOCON format, a superset of JSON)',
desc: 'path to an additional Apalache configuration file (in JSON)',
type: 'string',
})
.option('verbosity', {
Expand Down

0 comments on commit 80763ed

Please sign in to comment.