aboutsummaryrefslogtreecommitdiffstats
path: root/lualib/rspamadm/dmarc_report.lua
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2021-08-16 11:54:05 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2021-08-16 11:54:05 +0100
commite3a05b7969106514ce2e8c46e419e023f4a28d4d (patch)
tree2836763f960cfe49af3167071be3569ed5580458 /lualib/rspamadm/dmarc_report.lua
parent229cf1c94b1879d92028735d46da3a9021f97c29 (diff)
downloadrspamd-e3a05b7969106514ce2e8c46e419e023f4a28d4d.tar.gz
rspamd-e3a05b7969106514ce2e8c46e419e023f4a28d4d.zip
[Minor] Minor improvements
Diffstat (limited to 'lualib/rspamadm/dmarc_report.lua')
-rw-r--r--lualib/rspamadm/dmarc_report.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lualib/rspamadm/dmarc_report.lua b/lualib/rspamadm/dmarc_report.lua
index b6811df98..0b1a1983f 100644
--- a/lualib/rspamadm/dmarc_report.lua
+++ b/lualib/rspamadm/dmarc_report.lua
@@ -47,7 +47,7 @@ parser:flag "-n --no-opt"
parser:argument "date"
:description "Date to process (today by default)"
- :argname "<DDMMYYYY>"
+ :argname "<YYYYMMDD>"
:args "*"
parser:option "-b --batch-size"
:description "Send reports in batches up to <batch-size> messages"