Path: | drossellog.rb |
Last Update: | Sat Apr 14 09:48:54 +0200 2007 |
Explain to the user how to use Drossellog
# File drossellog.rb, line 11 11: def usage 12: puts '--help, -h Display this help' 13: puts '--parse-file, -f <file> Parse a file' 14: puts '--tmp-path, -t <dir> The directory where the data could be stored temporarly' 15: puts '--domain, -d <domain> The domain to which the log file belongs' 16: puts '--alias, -a <domainalias> A alias which is identical to the domain(used for detection of external referrers)' 17: puts '--outdir, -o <directory> The directory where we save the output' 18: exit 19: end