diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2014-05-26 12:29:39 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2014-05-26 12:29:39 +1200 |
commit | 4953174161b0ce317404c639930b95497531f200 (patch) | |
tree | eb02d3153f20687e6d1d794aab9a432e908a27b3 /bin | |
parent | First commit of project (diff) | |
download | nwatch-4953174161b0ce317404c639930b95497531f200.tar.gz nwatch-4953174161b0ce317404c639930b95497531f200.zip |
Clarify a little what it does
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/nwatch | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ # Example with root privileges: # # nwatch /etc/nwatch.mynet /var/cachedir/nwatch/mynet # -# Prints the results of the diff to stdout; intended to be called from cron(8): -# 0 0 * * 0 nwatch /etc/nwatch.mynet /var/log/nwatch/mynet +# Prints the results of an ndiff(1) call against the last known scan to stdout; +# intended to be called from cron(8): # # I recommend you use croncrypt, so you don't leak your network information in # plain text in your email: <https://github.com/tejr/croncrypt> |