diff options
-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. |