From 3eecdcbd641fa715b3d7819458155c66a9572004 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Wed, 20 Mar 2024 15:00:47 +0100 Subject: [PATCH] config_settings: fix typo --- lib/config/config_settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/config_settings.h b/lib/config/config_settings.h index 59e890811..e90ba0b5d 100644 --- a/lib/config/config_settings.h +++ b/lib/config/config_settings.h @@ -1843,7 +1843,7 @@ cfg(report_output_format_CFG, "output_format", report_CFG_SECTION, CFG_PROFILABL "If there is more than one report per command, then the format\n" "is applied for all reports. You can also change output format\n" "directly on command line using --reportformat option which\n" - "has precedence over log/output_format setting.\n" + "has precedence over report/output_format setting.\n" "Accepted values:\n" " basic\n" " Original format with columns and rows. If there is more than\n"