From dcbd456e693cf3dff44c1d21acfb6b822e8a9e29 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Mon, 27 Dec 2021 12:38:19 +0100 Subject: [PATCH] doc: fix a copy/paste error and a typo --- doc/diagnostic-options.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/diagnostic-options.adoc b/doc/diagnostic-options.adoc index bfca44b304..a7f0d10cd6 100644 --- a/doc/diagnostic-options.adoc +++ b/doc/diagnostic-options.adoc @@ -8,14 +8,14 @@ Levels are case insensitive. --log-fatal :: Abort the program if any messages are logged at the specified level or higher. For example, "warning" aborts on any "warning", "critical", or "error" messages. -// XXX List avaliable domains if no list is provided? +// XXX List available domains if no list is provided? --log-domains :: Only print messages for the specified log domains, e.g. "GUI,Epan,sshdump". List of domains must be comma-separated. --log-debug :: Force the specified domains to log at the "debug" level. List of domains must be comma-separated. ---log-noisy :: Force the specified domains to log at the "debug" level. +--log-noisy :: Force the specified domains to log at the "noisy" level. List of domains must be comma-separated. --log-file :: Write log messages and stderr output to the specified file.