Skip to content

Commit

Permalink
Slight wording tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
lammel committed Feb 2, 2018
1 parent fe3833d commit 2867a39
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,24 @@ USAGE
-----

peersync [ config | help | version ]
peersync [OPTIONS] [ show | sync | diff ] [FILE1 FILE2 ...]
peersync [OPTIONS] [ show | sync | diff ] [FILTER1 FILTER2 ...]

COMMANDS
--------

show [FILE1 FILE2 ...]
show [FILTER1 FILTER2 ...]
Show files, link and directories with differences (in rsync itemize
format), no files will be modified on the peer.
If files filtering rules are specified, these will take precedence and
only files matching this pattern will be considered.
If file filtering rules are specified, these will take precedence and
only files matching this pattern will be considered.
See FILE FILTERING RULES below.

sync [FILE1 FILE2 ...]
sync [FILTER1 FILTER2 ...]
Sync of files to peer, files on the peer will be over-written
(no backup is generated).
File filtering rules may be specified (see show)

diff [PATTERN1 PATTERN2 ...]
diff [FILTER1 FILTER2 ...]
Compore the file contents of changed file against peer. A local copy
will be compared to a copy of the remote files using the diff command
(default: diff -urw).
Expand Down
2 changes: 1 addition & 1 deletion package/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Maintainer: Roland Lammel <[email protected]>
Depends: debconf (>= 0.5.00), rsync, diffutils
Priority: optional
Version: %VERSION%
Description: A peer file syncronisation tool based on rsync
Description: A peer file synchronisation tool based on rsync
13 changes: 7 additions & 6 deletions peersync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,23 +127,24 @@ USAGE
-----
peersync [ config | help | version ]
peersync [OPTIONS] [ show | sync | diff ] [FILE1 FILE2 ...]
peersync [OPTIONS] [ show | sync | diff ] [FILTER1 FILTER2 ...]
COMMANDS
--------
show [FILE1 FILE2 ...]
show [FILTER1 FILTER2 ...]
Show files, link and directories with differences (in rsync itemize
format), no files will be modified on the peer.
If files filtering rules are specified, these will take precedence and
only files matching this pattern will be considered.
If file filtering rules are specified, these will take precedence and
only files matching this pattern will be considered.
See FILE FILTERING RULES below.
sync [FILE1 FILE2 ...]
sync [FILTER1 FILTER2 ...]
Sync of files to peer, files on the peer will be over-written
(no backup is generated).
File filtering rules may be specified (see show)
diff [PATTERN1 PATTERN2 ...]
diff [FILTER1 FILTER2 ...]
Compore the file contents of changed file against peer. A local copy
will be compared to a copy of the remote files using the diff command
(default: diff -urw).
Expand Down

0 comments on commit 2867a39

Please sign in to comment.