Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
1532e727
Commit
1532e727
authored
5 years ago
by
David Bühler
Committed by
Andre Maroneze
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[Doc] Documents the new option -explain.
parent
2e860e4d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/userman/user-services.tex
+3
-3
3 additions, 3 deletions
doc/userman/user-services.tex
doc/userman/user-start.tex
+4
-0
4 additions, 0 deletions
doc/userman/user-start.tex
man/frama-c.1.md
+3
-0
3 additions, 0 deletions
man/frama-c.1.md
with
10 additions
and
3 deletions
doc/userman/user-services.tex
+
3
−
3
View file @
1532e727
...
...
@@ -89,7 +89,7 @@ loading another project file.
Options
\optionuse
{
-
}{
help
}
,
\optionuse
{
-
}{
verbose
}
,
\optionuse
{
-
}{
debug
}
\xspace
(and
their corresponding plugin-specific counterpart)
as well as
\optionuse
{
-
}{
quiet
}
\xspace
and
as well as
\optionuse
{
-
}{
explain
}
,
\optionuse
{
-
}{
quiet
}
\xspace
and
\optionuse
{
-
}{
unicode
}
\xspace
are not saved on disk.
\section
{
Dependencies between Analyses
}
...
...
@@ -185,5 +185,5 @@ generates (resp. does not generate) a journal upon exiting the session.
Modifications of options
\optionuse
{
-
}{
help
}
,
\optionuse
{
-
}{
verbose
}
,
\optionuse
{
-
}{
debug
}
\xspace
(and their corresponding counterpart) as well as
\optionuse
{
-
}{
quiet
}
\xspace
and
\optionuse
{
-
}{
unicode
}
\xspace
a
re not written i
n
the journal.
\optionuse
{
-
}{
explain
}
,
\optionuse
{
-
}{
quiet
}
\xspace
an
d
\optionuse
{
-
}{
unicode
}
\xspace
are not written in
the journal.
This diff is collapsed.
Click to expand it.
doc/userman/user-start.tex
+
4
−
0
View file @
1532e727
...
...
@@ -132,6 +132,10 @@ while \optiondef{-}{version} prints the \FramaC version only
The options of the installed plug-ins are displayed by using either the
option
\texttt
{
-<plug-in shortname>-help
}
or
\texttt
{
-<plug-in shortname>-h
}
.
Finally, the option
\optiondef
{
-
}{
explain
}
can be used to obtain information
about some specific options of the kernel or of any installed plug-ins:
it prints a help message for each other option given in the command line.
\subsection
{
\FramaC
Configuration
}
\label
{
sec:version
}
The complete configuration of
\FramaC
can be obtained with various options,
...
...
This diff is collapsed.
Click to expand it.
man/frama-c.1.md
+
3
−
0
View file @
1532e727
...
...
@@ -55,6 +55,9 @@ option which has the opposite effect.
-kernel-help
: prints the list of options recognized by Frama-C's kernel
-explain
: prints a help message for each other option given in the command line
-verbose
*n*
: sets verbosity level. Defaults to 1.
Setting it to 0 will output less progress messages.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment