From: Peter Rajnoha Date: Wed, 20 Mar 2024 14:00:47 +0000 (+0100) Subject: config_settings: fix typo X-Git-Tag: v2_03_26~35 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=3eecdcbd641fa715b3d7819458155c66a9572004;p=lvm2.git config_settings: fix typo --- 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"