summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Jacke <bjacke@samba.org>2019-10-25 17:25:39 +0200
committerBjörn Jacke <bj@sernet.de>2019-10-25 20:20:30 +0200
commit6592c8070483ac4f2910fa1e6f237ff7c5b5e811 (patch)
treeb717db39c852570256d60d4a17afafad4c59868e
parent25ae05fdc0e5627b6e53c17c2c55a987117d9cfb (diff)
downloadgnutls-6592c8070483ac4f2910fa1e6f237ff7c5b5e811.tar.gz
doc: describe how to make gnutls-cli quiet for pipe usage
Signed-off-by: Bjoern Jacke <bjacke@samba.org>
-rw-r--r--src/cli-args.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli-args.def b/src/cli-args.def
index 602eaf9058..12b8bb05db 100644
--- a/src/cli-args.def
+++ b/src/cli-args.def
@@ -445,7 +445,7 @@ flag = {
name = logfile;
arg-type = string;
descrip = "Redirect informational messages to a specific file.";
- doc = "";
+ doc = "Redirect informational messages to a specific file. The file may be /dev/null also to make the gnutls client quiet to use it in piped server connections where only the server communication may appear on stdout.";
};
flag = {