Skip to content
Snippets Groups Projects
Commit 0b94b439 authored by Farah BENMOUHOUB's avatar Farah BENMOUHOUB Committed by Andre Maroneze
Browse files

[man] add help message for generated specs

parent b6084216
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,18 @@ lvalue it is assigned to.
Otherwise, a temporary variable is used and the cast is made explicit.
Defaults to yes.
.TP
\-generated\-spec\-mode \f[I]mode\f[R]
selects which \f[I]mode\f[R] will be used to generate missing
specifications.
Can be one of: \f[I]frama\-c\f[R], \f[I]acsl\f[R], \f[I]safe\f[R], or
the name of a custom registered in plug\-in.
.TP
\-generated\-spec\-custom \f[I]c_1:m_1,\&...,c_n:m_n\f[R]
fine\-tunes missing specification generation by manually selecting modes
for each clause.
Can be one of: \f[I]frama\-c\f[R], \f[I]acsl\f[R], \f[I]safe\f[R],
\f[I]skip\f[R], or the name of a custom registered mode.
.TP
\-config \f[I]dir\f[R]
overrides default Frama\-C configuration directory
.TP
......
......@@ -149,6 +149,16 @@ syntax. Defaults to yes.
it is assigned to. Otherwise, a temporary variable is used and the cast is made
explicit. Defaults to yes.
-generated-spec-mode *mode*
: selects which *mode* will be used to generate missing specifications.
Can be one of: *frama-c*, *acsl*, *safe*, or the name of a custom
registered in plug-in.
-generated-spec-custom *c_1:m_1,...,c_n:m_n*
: fine-tunes missing specification generation by manually selecting
modes for each clause. Can be one of: *frama-c*, *acsl*, *safe*, *skip*, or
the name of a custom registered mode.
-config *dir*
: overrides default Frama-C configuration directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment