From: Johannes Maximilian Kuehn Date: Sun, 27 Jul 2008 19:38:59 +0000 (+0900) Subject: sntp-opts.def: X-Git-Tag: NTP_4_2_5P142~27^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86bc0e339de9680006ec4b796e4c7b251850e90a;p=thirdparty%2Fntp.git sntp-opts.def: removed unnecessary verbosity flags bk: 488cced3eNUseGJSjOPHV8vNmnB0Sg --- diff --git a/gsoc_sntp/sntp-opts.def b/gsoc_sntp/sntp-opts.def index 55bde19f7..ca6bf3a17 100644 --- a/gsoc_sntp/sntp-opts.def +++ b/gsoc_sntp/sntp-opts.def @@ -57,8 +57,7 @@ flag = { 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 @@ -67,19 +66,6 @@ flag = { _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;