summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2010-09-28 11:17:54 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2010-09-28 11:17:54 -0700
commit7f6a33b2c73e13c3239b2d46cce49fd2977a9082 (patch)
tree06a00132a6dd2a279d2a74d7b475d85b8a656bb8
parent92538ee63a43d7ce780225c06611bf95ec633abf (diff)
downloadlognotify-7f6a33b2c73e13c3239b2d46cce49fd2977a9082.tar.gz
lognotify-7f6a33b2c73e13c3239b2d46cce49fd2977a9082.tar.xz
Reword some of the instructions.
-rwxr-xr-xlognotify.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/lognotify.rb b/lognotify.rb
index 7244b58..f789d08 100755
--- a/lognotify.rb
+++ b/lognotify.rb
@@ -19,10 +19,9 @@
#
# lognotify.rb identifier
#
-# During the initial run, a cache file will be created and all lines will be
-# retrieved. On any subsequent runs, only new lines will be retrieved and
-# outputted, as well as appended to the cache file, which should be identical
-# to the log file on the server.
+# During the initial run, a cache file will be created and the entire log file
+# will be retrieved. On any subsequent runs, only new lines will be retrieved
+# and appended to the cached log.
require 'ftools'