diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 06:46:02 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 06:46:02 +0000 |
commit | def42230e27ddcb133e6778eefa2300cdbf3e95b (patch) | |
tree | e2ccc298cfa0f06b5adc5f05dd8872b33905b26d /README | |
parent | Adding upstream version 0.2. (diff) | |
download | lzd-def42230e27ddcb133e6778eefa2300cdbf3e95b.tar.xz lzd-def42230e27ddcb133e6778eefa2300cdbf3e95b.zip |
Adding upstream version 0.3.upstream/0.3
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ Description -Lzd is a very simplified decompressor for lzip files with an educational +Lzd is a simplified decompressor for lzip files with an educational purpose. Studying its source is a good first step to understand how lzip works. It is not safe to use lzd for any real work. |