View | Details | Raw Unified | Return to bug 35171
Collapse All | Expand All

(-)a/misc/cronjobs/runreport.pl (-3 / +3 lines)
Lines 54-60 runreport.pl [ -h | -m ] [ -v ] reportID [ reportID ... ] Link Here
54
   --format=s      selects format. Choice of text, html, csv or tsv
54
   --format=s      selects format. Choice of text, html, csv or tsv
55
55
56
   -e --email      whether to use e-mail (implied by --to or --from)
56
   -e --email      whether to use e-mail (implied by --to or --from)
57
   --send_empty    whether to send an email when there are no results from the specified report
57
   --send_empty    whether to send an email when there are no results from the
58
                   specified report
58
   -a --attachment additionally attach the report as a file. cannot be used with html format
59
   -a --attachment additionally attach the report as a file. cannot be used with html format
59
   --username      username to pass to the SMTP server for authentication
60
   --username      username to pass to the SMTP server for authentication
60
   --password      password to pass to the SMTP server for authentication
61
   --password      password to pass to the SMTP server for authentication
Lines 62-68 runreport.pl [ -h | -m ] [ -v ] reportID [ reportID ... ] Link Here
62
   --to=s          e-mail address to send report to
63
   --to=s          e-mail address to send report to
63
   --from=s        e-mail address to send report from
64
   --from=s        e-mail address to send report from
64
   --subject=s     subject for the e-mail
65
   --subject=s     subject for the e-mail
65
   --param=s      parameters for the report
66
   --param=s       parameters for the report
66
   --store-results store the result of the report
67
   --store-results store the result of the report
67
   --csv-header    add column names as first line of csv output
68
   --csv-header    add column names as first line of csv output
68
69
69
- 

Return to bug 35171