]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
sntp-opts.def:
authorJohannes Maximilian Kuehn <kuehn@ntp.org>
Sun, 27 Jul 2008 19:38:59 +0000 (04:38 +0900)
committerJohannes Maximilian Kuehn <kuehn@ntp.org>
Sun, 27 Jul 2008 19:38:59 +0000 (04:38 +0900)
  removed unnecessary verbosity flags

bk: 488cced3eNUseGJSjOPHV8vNmnB0Sg

gsoc_sntp/sntp-opts.def

index 55bde19f77f4aea860caf4c59e1b0a76407c01ac..ca6bf3a17c8e990d09457b3bb82a201bdf1dd14c 100644 (file)
@@ -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;