]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Fix default date description in rspamadm dmarc_report help 5931/head
authorRob4226 <Rob4226@yahoo.com>
Tue, 10 Mar 2026 09:04:36 +0000 (05:04 -0400)
committerRob4226 <Rob4226@yahoo.com>
Tue, 10 Mar 2026 09:04:36 +0000 (05:04 -0400)
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.

lualib/rspamadm/dmarc_report.lua

index f832ca88072253ff5097e593c39fa2b80b4990ef..02aea6c16b7a1685bd150936a33616b2a4f72c4e 100644 (file)
@@ -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 "<YYYYMMDD>"
       :args "*"
 parser:option "-b --batch-size"