diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2010-09-28 11:12:21 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2010-09-28 11:12:21 -0700 |
commit | 92538ee63a43d7ce780225c06611bf95ec633abf (patch) | |
tree | e44f1774d47e72be3947e9f22a650e6635829e02 | |
parent | 221b2dd99f81e7120c57effbeebc31878c32d547 (diff) | |
download | lognotify-92538ee63a43d7ce780225c06611bf95ec633abf.tar.gz lognotify-92538ee63a43d7ce780225c06611bf95ec633abf.tar.xz |
More verbose instructions.
-rwxr-xr-x | lognotify.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lognotify.rb b/lognotify.rb index 0ea0d6a..7244b58 100755 --- a/lognotify.rb +++ b/lognotify.rb @@ -9,7 +9,8 @@ # See http://www.gnu.org/licenses/gpl.txt for the full license text. # # To use, create a configuration file, such as identifier.conf, in the -# configuration directory, which defaults to ~/.config/lognotify/. +# configuration directory, which defaults to ~/.config/lognotify/. The +# following settings are required: # # ssh_hostname = ... Hostname of SSH server. # log_path = ... Path of log file on server. |