aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-05-26 12:42:16 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-05-26 12:42:16 +1200
commitc956f1a3648a89979f7815426ca1370f8939caf6 (patch)
tree1a941187cc079ac8f06d93c547eb1cac44d2cde7 /bin
parentClarify a little what it does (diff)
downloadnwatch-c956f1a3648a89979f7815426ca1370f8939caf6.tar.gz
nwatch-c956f1a3648a89979f7815426ca1370f8939caf6.zip
Correct a few documentation paths
Diffstat (limited to 'bin')
-rwxr-xr-xbin/nwatch3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/nwatch b/bin/nwatch
index 5a6bb23..138b86d 100755
--- a/bin/nwatch
+++ b/bin/nwatch
@@ -7,10 +7,11 @@
# Usage:
# $ nwatch HOSTLIST CACHEDIR
# Example with root privileges:
-# # nwatch /etc/nwatch.mynet /var/cachedir/nwatch/mynet
+# # nwatch /etc/nwatch.mynet /var/cache/nwatch/mynet
#
# Prints the results of an ndiff(1) call against the last known scan to stdout;
# intended to be called from cron(8):
+# 0 0 * * 0 nwatch /etc/nwatch.mynet /var/cache/nwatch/mynet
#
# I recommend you use croncrypt, so you don't leak your network information in
# plain text in your email: <https://github.com/tejr/croncrypt>