diff options
author | Günther Deschner <gd@samba.org> | 2009-04-27 11:14:44 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-06-08 19:56:50 +0200 |
commit | 381f88f081788c5a49b763211a02f260cbd97e91 (patch) | |
tree | 02a9fed3bdd72304b841d481bff24c9e7c76851a /examples/scripts/eventlog | |
parent | 6f4044cae97ec1d2682a0e4332d7f9e414adfca2 (diff) | |
download | samba-381f88f081788c5a49b763211a02f260cbd97e91.tar.gz samba-381f88f081788c5a49b763211a02f260cbd97e91.tar.bz2 samba-381f88f081788c5a49b763211a02f260cbd97e91.zip |
s3-examples: fix usage for eventlog example script.
Guenther
Diffstat (limited to 'examples/scripts/eventlog')
-rw-r--r-- | examples/scripts/eventlog/parselog.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scripts/eventlog/parselog.pl b/examples/scripts/eventlog/parselog.pl index 0c21a94103..a2f9a278d4 100644 --- a/examples/scripts/eventlog/parselog.pl +++ b/examples/scripts/eventlog/parselog.pl @@ -20,7 +20,7 @@ ## ###################################################################### -## usage: tail -f /var/log/syslog | parselog.pl | eventlogadm "Application" +## usage: tail -f /var/log/syslog | parselog.pl | eventlogadm -o write "Application" while(<>) { chomp(); |