flag = {
name = normalverbose;
value = v;
- flags-cant = extraverbose, megaverbose;
- descrip = "Slightly verbose";
+ descrip = "Normal verbose";
doc = <<- _EndOfDoc_
Diagnostic messages for non-fatal errors and a limited amount of
tracing should be written to standard error. Fatal ones always
_EndOfDoc_;
};
-flag = {
- name = extraverbose;
- value = V;
- flags-cant = normalverbose, megaverbose;
- descrip = "Extra verbose";
- doc = <<- _EndOfDoc_
- Produce more and less comprehensible output, mainly for investigating
- problems with apparently inconsistent timestamps. This option should
- be set when the program fails with a message indicating that is the
- trouble.
- _EndOfDoc_;
-};
-
flag = {
name = debug;
value = d;