librsync: Update README and the script

This commit is contained in:
2022-05-22 18:38:31 +02:00
parent 59c19f58ea
commit 086a00c59b
2 changed files with 16 additions and 16 deletions

View File

@ -1,8 +1,9 @@
librsync (rsync synchronization algorithm library.)
librsync is a free software library that implements the rsync remote-delta
algorithm.
The rsync remote-delta algorithm is a method of efficiently transmitting a
structure (such as a file) across a communications link when the receiving
computer already has a different version of the same structure.
librsync is a free software library that implements the rsync
remote-delta algorithm.
The rsync remote-delta algorithm is a method of efficiently
transmitting a structure (such as a file) across a communications link
when the receiving computer already has a different version of the
same structure.