Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kučera Petr RNDr. Ph.D.
PCCompile
Commits
dfa11a29
Commit
dfa11a29
authored
Aug 03, 2021
by
Kučera Petr RNDr. Ph.D.
Browse files
Verbosity level help
parent
40191584
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/prgutil.cpp
View file @
dfa11a29
...
...
@@ -48,7 +48,7 @@ SUBool::PrgOptions::InitCommon()
auto
opt_verbosity
=
boost
::
make_shared
<
po
::
option_description
>
(
"verbosity,b"
,
po
::
value
<
unsigned
>
(
&
mVerbosity
)
->
default_value
(
mVerbosity
),
"Verbosity level of the log which is written to standard output."
"Verbosity level of the log which is written to
the
standard output."
" 0 means no log is written, however, messages of glucose can still "
"appear."
);
mCommon
.
add
(
opt_verbosity
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment