Skip to content
Snippets Groups Projects
Commit 75791a2e authored by Kostyantyn Vorobyov's avatar Kostyantyn Vorobyov
Browse files

Addressed a couple of stylistic issues in e-acsl-gcc.sh

parent dd447c41
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@ CFLAGS="-std=c99 -g3 -O2 -pedantic -fno-builtin -Wall \
-Wno-attributes \
-Wno-unused-result \
-Wno-unused-value \
-Wno-unused-function \
-Wno-unused-variable \
-Wno-unused-but-set-variable \
-Wno-implicit-function-declaration \
......@@ -122,7 +123,7 @@ OPTION_EXTRA_CPP="-I$FRAMA_C_SHARE/libc $CPPMACHDEP" # Extra CPP flags
manpage() {
echo "NAME"
echo " e-acsl-gcc -- convenience wrapper instrumentation of C files with"
echo " e-acsl-gcc -- convenience wrapper for instrumentation of C files with"
echo " the E-ACSL Frama-C plugin and their subsequent compilation using"
echo " GNU compiler collection (GCC)"
echo ""
......@@ -212,6 +213,7 @@ do
manpage;
;;
# Do not echo commands to STDOUT
# Set log and debug flags to minimal verbosity levels
--quiet|-q)
shift;
OPTION_ECHO=
......
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