]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: clarify what --quiet does
authorVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 21 Feb 2018 16:31:36 +0000 (17:31 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 21 Feb 2018 16:31:36 +0000 (17:31 +0100)
It does almost nothing, currently.

daemon/main.c
doc/kresd.8.in

index 644c7060b52d1bc711744aa190d92628cce9f08f..24cde068c9285e49b406d930d7bbb16dfd4a8814 100644 (file)
@@ -364,7 +364,7 @@ static void help(int argc, char *argv[])
               " -K, --keyfile-ro=[path] File with read-only root domain trust anchors, for use with an external updater.\n"
               " -m, --moduledir=[path] Override the default module path (" MODULEDIR ").\n"
               " -f, --forks=N          Start N forks sharing the configuration.\n"
-              " -q, --quiet            Quiet output, no prompt in interactive mode.\n"
+              " -q, --quiet            No command prompt in interactive mode.\n"
               " -v, --verbose          Run in verbose mode."
 #ifdef NOVERBOSELOG
                   " (Recompile without -DNOVERBOSELOG to activate.)"
index cbf725268dfe82eb3125904d55cd7a703ee6d61f..b93a0f4b1c7ffd75aa180ef75dfdecd0ce6c62c7 100644 (file)
@@ -153,7 +153,7 @@ processes supervised in this way, they should be supervised independently (see
 \fBkresd.systemd(7)\fR).
 .TP
 .B \-q\fR, \fB\-\-quiet
-Daemon will refrain from printing any informative messages, not even a prompt.
+Daemon will refrain from printing the command prompt.
 .TP
 .B \-v\fR, \fB\-\-verbose
 Increase verbosity. If given multiple times, more information is logged.