doc: fix a copy/paste error and a typo

This commit is contained in:
Pascal Quantin 2021-12-27 12:38:19 +01:00 committed by Wireshark GitLab Utility
parent c11ceb08ed
commit dcbd456e69
1 changed files with 2 additions and 2 deletions

View File

@ -8,14 +8,14 @@ Levels are case insensitive.
--log-fatal <level>:: Abort the program if any messages are logged at the specified level or higher. --log-fatal <level>:: 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. 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 <list>:: Only print messages for the specified log domains, e.g. "GUI,Epan,sshdump". --log-domains <list>:: Only print messages for the specified log domains, e.g. "GUI,Epan,sshdump".
List of domains must be comma-separated. List of domains must be comma-separated.
--log-debug <list>:: Force the specified domains to log at the "debug" level. --log-debug <list>:: Force the specified domains to log at the "debug" level.
List of domains must be comma-separated. List of domains must be comma-separated.
--log-noisy <list>:: Force the specified domains to log at the "debug" level. --log-noisy <list>:: Force the specified domains to log at the "noisy" level.
List of domains must be comma-separated. List of domains must be comma-separated.
--log-file <path>:: Write log messages and stderr output to the specified file. --log-file <path>:: Write log messages and stderr output to the specified file.