| Path: | drossellog-generate-monthly-reports.rb |
| Last Update: | Mon Jul 23 14:48:06 +0200 2007 |
This part of Drossellog generates the monthly reports #
Explain to the user how to use Drossellog
# File drossellog-generate-monthly-reports.rb, line 16
16: def usage
17: puts '--help, -h Display this help'
18: puts '--file, -f <file> The name of the file from which we take the data'
19: puts '--outdir, -o <dir> The directory where the weekly report could be stored'
20: puts '--indir, -i <dir> The directory where the daily reports could be found'
21: exit
22: end