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