diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-21 11:16:30 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-21 11:16:30 +0200 |
| commit | 6d65ada43dbb6e4d715e4f6515fdbdce8116b3e8 (patch) | |
| tree | d3061ed408a656edb09635170a24a3c2f32f3525 /docs/netdiff.pod | |
| parent | 5df48fce7c860f68e5d8045a343758de8b8b3983 (diff) | |
works0.1.0
Diffstat (limited to 'docs/netdiff.pod')
| -rw-r--r-- | docs/netdiff.pod | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/netdiff.pod b/docs/netdiff.pod index b4c04ce..c4aa53c 100644 --- a/docs/netdiff.pod +++ b/docs/netdiff.pod @@ -1,19 +1,19 @@ =head1 NAME -netdiff - A netdiff project +netdiff - A simple script to diff a file or a directory of two hosts over the network. -=head1 WTF? +This is very helpfull if you want to find out any difference of these two hosts. -A simple script to diff a file or a directory of two hosts over the network. +=head2 SYNOPSYS -This is very helpfull if you want to find out any difference of these two hosts. + netdiff HOSTNAME PATH [ADDITIONAL DIFF OPTS] =head2 USAGE Cluster-SSH into two hosts at the same time and run on both hosts the same (simultaneous): - netdiff HOSTNAME PATH + 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 role. |
