diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2010-09-28 11:11:01 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2010-09-28 11:11:01 -0700 |
commit | 221b2dd99f81e7120c57effbeebc31878c32d547 (patch) | |
tree | 78a9b8e77aa5928cf6924d18f0dba22a43df8a9b | |
parent | 1cb3dd7844e4081bae7b0982057052a16609ebac (diff) | |
download | lognotify-221b2dd99f81e7120c57effbeebc31878c32d547.tar.gz lognotify-221b2dd99f81e7120c57effbeebc31878c32d547.tar.xz |
Fix small error in instructions.
-rwxr-xr-x | lognotify.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lognotify.rb b/lognotify.rb index fc96d7d..0ea0d6a 100755 --- a/lognotify.rb +++ b/lognotify.rb @@ -8,8 +8,8 @@ # Distributed under the terms of the GNU General Public License v3. # See http://www.gnu.org/licenses/gpl.txt for the full license text. # -# To use, create a configuration file, such as ~/.config/lognotify/identifier, -# with the following settings: +# To use, create a configuration file, such as identifier.conf, in the +# configuration directory, which defaults to ~/.config/lognotify/. # # ssh_hostname = ... Hostname of SSH server. # log_path = ... Path of log file on server. |