From 30e25d0db9d44698e9e7e69a50b57cb0a53fdda2 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Fri, 30 Aug 2024 14:11:39 +0200 Subject: [PATCH] config: update description for log/command_log_selection --- lib/config/config_settings.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/config/config_settings.h b/lib/config/config_settings.h index e90ba0b5d..691bbfe83 100644 --- a/lib/config/config_settings.h +++ b/lib/config/config_settings.h @@ -886,8 +886,9 @@ cfg(log_command_log_selection_CFG, "command_log_selection", log_CFG_SECTION, CFG "define selection criteria for log report on command line directly\n" "using --configreport log -S \n" "which has precedence over log/command_log_selection setting.\n" - "For more information about selection criteria in general, see\n" - "lvm(8) man page.\n") + "To make all the command log lines visible, use \"all\" value\n" + "for the command log selection. For more information about selection\n" + "criteria in general, see lvmreport(7) man page.\n") cfg(log_verbose_CFG, "verbose", log_CFG_SECTION, CFG_DEFAULT_COMMENTED, CFG_TYPE_INT, DEFAULT_VERBOSE, vsn(1, 0, 0), NULL, 0, NULL, "Controls the messages sent to stdout or stderr.\n")