From 1e53f48efecfdd05db6acc31083ee2590f278f1d Mon Sep 17 00:00:00 2001 From: Victor Grousset/tuxayo Date: Mon, 30 Oct 2023 20:58:21 +0100 Subject: [PATCH] Bug 35171: (QA follow-up): tidy up POD Signed-off-by: Tomas Cohen Arazi --- misc/cronjobs/runreport.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/misc/cronjobs/runreport.pl b/misc/cronjobs/runreport.pl index 656ce34d07..60b9fe4652 100755 --- a/misc/cronjobs/runreport.pl +++ b/misc/cronjobs/runreport.pl @@ -54,7 +54,8 @@ runreport.pl [ -h | -m ] [ -v ] reportID [ reportID ... ] --format=s selects format. Choice of text, html, csv or tsv -e --email whether to use e-mail (implied by --to or --from) - --send_empty whether to send an email when there are no results from the specified report + --send_empty whether to send an email when there are no results from the + specified report -a --attachment additionally attach the report as a file. cannot be used with html format --username username to pass to the SMTP server for authentication --password password to pass to the SMTP server for authentication @@ -62,7 +63,7 @@ runreport.pl [ -h | -m ] [ -v ] reportID [ reportID ... ] --to=s e-mail address to send report to --from=s e-mail address to send report from --subject=s subject for the e-mail - --param=s parameters for the report + --param=s parameters for the report --store-results store the result of the report --csv-header add column names as first line of csv output -- 2.39.2