aboutsummaryrefslogtreecommitdiff
path: root/share/man/man1/nwatch.1
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man1/nwatch.1')
-rw-r--r--share/man/man1/nwatch.14
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man1/nwatch.1 b/share/man/man1/nwatch.1
index 90b60f8..4481b44 100644
--- a/share/man/man1/nwatch.1
+++ b/share/man/man1/nwatch.1
@@ -9,7 +9,7 @@
.SH SYNOPSIS
.B nwatch
/etc/nwatch.mynet
-/var/cachedir/nwatch/mynet
+/var/cache/nwatch/mynet
.SH DESCRIPTION
.B nwatch
reads a list of hosts from
@@ -21,7 +21,7 @@ and then runs ndiff(1) between the last scan it can find and the current scan,
storing the output in CACHEDIR and printing it to stdout. This makes it useful
for running from cron(8):
.PP
- 0 0 * * 0 nwatch /etc/nwatch.mynet /var/log/nwatch/mynet
+ 0 0 * * 0 nwatch /etc/nwatch.mynet /var/cache/nwatch/mynet
.PP
I recommend you use croncrypt, so you don't leak your network information
in plain text in your email: https://github.com/tejr/croncrypt