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
b753701e
Commit
b753701e
authored
4 years ago
by
David Bühler
Browse files
Options
Downloads
Patches
Plain Diff
[Dive] Minor fixes to some help messages.
parent
ab8e196d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/dive/self.ml
+3
-3
3 additions, 3 deletions
src/plugins/dive/self.ml
with
3 additions
and
3 deletions
src/plugins/dive/self.ml
+
3
−
3
View file @
b753701e
...
...
@@ -26,7 +26,7 @@ include Plugin.Register
(
struct
let
name
=
"dive"
let
shortname
=
"dive"
let
help
=
"An interactive imprecision graph generator."
let
help
=
"An interactive imprecision graph generator
for Eva
."
end
)
module
OutputDot
=
Empty_string
...
...
@@ -54,7 +54,7 @@ module DepthLimit = Int
module
FromFunctionAlarms
=
Kernel_function_set
(
struct
let
option_name
=
"-dive-from-function-alarms"
let
help
=
"Build the graph from alarms
presents
in the functions."
let
help
=
"Build the graph from
the
alarms
emitted
in the
given
functions."
let
arg_name
=
"f1,..."
end
)
...
...
@@ -118,7 +118,7 @@ module UnfoldedBases = Varinfo_set
(
struct
let
option_name
=
"-dive-unfold"
let
help
=
"Defines the composite variables which should be \
unfolded into
each
individual cell."
unfolded into individual cell
s
."
let
arg_name
=
"f::v,..."
end
)
...
...
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