summaryrefslogtreecommitdiff
path: root/docs/netdiff.pod
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-21 11:21:56 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-21 11:21:56 +0200
commit9564d5515779ace81f3458012b28dc06a67b0259 (patch)
treec5c07763fb36d5011f22542d2e9c924bb91eae12 /docs/netdiff.pod
parentfe5dc53a6d2125fd3ce02a8768ad935e2b06fea3 (diff)
updte documentation0.1.1
Diffstat (limited to 'docs/netdiff.pod')
-rw-r--r--docs/netdiff.pod6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/netdiff.pod b/docs/netdiff.pod
index c4aa53c..4187289 100644
--- a/docs/netdiff.pod
+++ b/docs/netdiff.pod
@@ -6,7 +6,7 @@ This is very helpfull if you want to find out any difference of these two hosts.
=head2 SYNOPSYS
- netdiff HOSTNAME PATH [ADDITIONAL DIFF OPTS]
+ netdiff HOSTNAME PATH [PORT] [ADDITIONAL DIFF OPTS]
=head2 USAGE
@@ -21,6 +21,10 @@ And where PATH musst be a full qualified path to a file or a directory.
Netdiff transfers everything in PATH (recursively and encrypted via OpenSSL/AES) to the other host and computes a diff of it.
+If no port is specified the default port will be used, which is defined in
+
+ /etc/default/netdiff
+
=head2 EXAMPLE
A common use case is to find out the differences of the PAM configuration. On most systems the PAM configuration is spread into several small configuration files which are hard to compare by hand between two hosts.