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
bf329015
Commit
bf329015
authored
10 months ago
by
Andre Maroneze
Committed by
Thibault Martin
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
[analysis-scripts] standardize help messages
parent
a46c77d2
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
bin/frama-c-script
+7
-7
7 additions, 7 deletions
bin/frama-c-script
with
7 additions
and
7 deletions
bin/frama-c-script
+
7
−
7
View file @
bf329015
...
...
@@ -39,9 +39,9 @@ usage() {
echo " (run 'frama-c -machdep help' to get the list of machdeps)."
echo ""
echo " - creduce [[file] args]"
echo " Use the external tool C-Reduce to minimize C files when"
echo " debugging crashes and fatal errors.
Run without arguments for
"
echo " more details."
echo " Use
s
the external tool C-Reduce to minimize C files when"
echo " debugging crashes and fatal errors."
echo "
Run 'frama-c-script c-reduce' without arguments for
more details."
echo ""
echo " - estimate-difficulty file..."
echo " Applies several heuristics to try and estimate the difficulty"
...
...
@@ -72,7 +72,7 @@ usage() {
echo ""
echo " - heuristic-print-callgraph [--dot outfile] file..."
echo " Prints a heuristic, syntactic-based, callgraph for the"
echo " specified files. Use --dot outfile to print it in DOT"
echo " specified files. Use
'
--dot outfile
'
to print it in DOT"
echo " (Graphviz) format, to [outfile]. If [outfile] is '-',"
echo " prints to stdout."
echo ""
...
...
@@ -85,11 +85,11 @@ usage() {
echo " - list-functions [files] [Frama-C options]"
echo " Parses all sources in [files] and lists all function"
echo " definitions, with source location and number of statements."
echo " Accepts Frama-C options (e.g. -cpp-extra-args for parsing)."
echo " Accepts Frama-C options (e.g.
'
-cpp-extra-args
'
for parsing)."
echo ""
echo " - make-machdep [--compiler=
<cc>
] [--cpp-arch-flags=
<flags>
]"
echo " Creates a new machdep definition for a specific target."
echo " Use frama-c-script make-machdep --help for more information"
echo " Use
'
frama-c-script make-machdep --help
'
for more information
.
"
echo ""
echo " - make-wrapper [target] [arg...]"
echo " Runs 'make target arg...', parsing the output to suggest"
...
...
@@ -103,7 +103,7 @@ usage() {
echo " - summary [options]"
echo " Monitors and summarizes multiple analyses dispatched by a Makefile"
echo " in the current PWD."
echo " Use frama-c-script summary --help for more information."
echo " Use
'
frama-c-script summary --help
'
for more information."
exit "$1"
}
...
...
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