Document changes for 0.5.2
Update example section in documentation
This commit is contained in:
parent
141f9bd535
commit
82a6e8df8d
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
0.5.1 to 0.5.2:
|
||||||
|
* Display correct error code, if rsync returns non-zero
|
||||||
|
|
||||||
0.5 to 0.5.1:
|
0.5 to 0.5.1:
|
||||||
* Remove always printed debug information
|
* Remove always printed debug information
|
||||||
|
|
||||||
|
|
|
@ -87,8 +87,8 @@ For those who do not want to read the whole long document:
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
# get latest ccollect tarball from http://unix.schottelius.org/ccollect/
|
# get latest ccollect tarball from http://unix.schottelius.org/ccollect/
|
||||||
# replace 0.5 with the current version
|
# replace value for CCV with the current version
|
||||||
export CCV=0.5
|
export CCV=0.5.1
|
||||||
|
|
||||||
#
|
#
|
||||||
# replace 'wget' with fetch on bsd
|
# replace 'wget' with fetch on bsd
|
||||||
|
|
Loading…
Reference in a new issue