summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/netdiff.14
-rw-r--r--docs/netdiff.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/netdiff.1 b/docs/netdiff.1
index c0e8947..e0a652f 100644
--- a/docs/netdiff.1
+++ b/docs/netdiff.1
@@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "NETDIFF 1"
-.TH NETDIFF 1 "2014-06-20" "netdiff 0.0.3" "User Commands"
+.TH NETDIFF 1 "2014-06-20" "netdiff 0.0.4devel1" "User Commands"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -139,7 +139,7 @@ A simple script to diff two files via the network.
ClusterSSH onto two hosts at the same time and run on both hosts the same command like:
.PP
.Vb 1
-\& netdiff HOSTNAME FILENAME
+\& netdiff HOSTNAME PATH
.Ve
.PP
Where \s-1HOSTNAME\s0 can be the hostname of the first or the second host. Depending on this the script will decide to be the client or the server role.
diff --git a/docs/netdiff.txt b/docs/netdiff.txt
index 6b65464..367a201 100644
--- a/docs/netdiff.txt
+++ b/docs/netdiff.txt
@@ -8,7 +8,7 @@ WTF?
ClusterSSH onto two hosts at the same time and run on both hosts the
same command like:
- netdiff HOSTNAME FILENAME
+ netdiff HOSTNAME PATH
Where HOSTNAME can be the hostname of the first or the second host.
Depending on this the script will decide to be the client or the server