Skip to content

Commit

Permalink
Clarify license. zstdbest: use --rsyncable
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeth committed Dec 30, 2018
1 parent 6349c31 commit 54aa141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A collection of POSIX shell scripts to invoke archiver programs

Author: Martin Väth <vaeth@mvath.de>

This project is under the BSD license.
This project is under the BSD license 2.0 (“3-clause BSD license”).

These are some POSIX shell scripts which form an interface to
various archiver programs like
Expand Down
2 changes: 1 addition & 1 deletion bin/zstdbest
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ case ${0##*/} in
z=zstdmt;;
esac
MaxLogMemory 30
exec "$z" --ultra -22 --long=$maxlogmemory ${1+"$@"}
exec "$z" --ultra -22 --long=$maxlogmemory --rsyncable ${1+"$@"}

0 comments on commit 54aa141

Please sign in to comment.