From: Rob4226 Date: Tue, 10 Mar 2026 09:04:36 +0000 (-0400) Subject: [Minor] Fix default date description in rspamadm dmarc_report help X-Git-Tag: 4.0.0~41^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=670da2a7c13e3e1c6ebbccd7a4e139186797dcba;p=thirdparty%2Frspamd.git [Minor] Fix default date description in rspamadm dmarc_report help Change the help text for the `date` argument of `rspamadm dmarc_report` from "today" to "yesterday". When the command is run without specifying a date, it actually processes reports for yesterday, so this update makes the help message match the command's behavior. --- diff --git a/lualib/rspamadm/dmarc_report.lua b/lualib/rspamadm/dmarc_report.lua index f832ca8807..02aea6c16b 100644 --- a/lualib/rspamadm/dmarc_report.lua +++ b/lualib/rspamadm/dmarc_report.lua @@ -47,7 +47,7 @@ parser:flag "-n --no-opt" :description "Do not reset reporting data/send reports" parser:argument "date" - :description "Date to process (today by default)" + :description "Date to process (yesterday by default)" :argname "" :args "*" parser:option "-b --batch-size"