diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 06:45:07 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 06:45:07 +0000 |
commit | cc61e405e37aa8d68feb6b8550089d1a8f8c1307 (patch) | |
tree | c2e0f6f33d11783cd31ca51dd4b2d2d46977c836 /README | |
parent | Adding debian version 0.1-1. (diff) | |
download | lzd-cc61e405e37aa8d68feb6b8550089d1a8f8c1307.tar.xz lzd-cc61e405e37aa8d68feb6b8550089d1a8f8c1307.zip |
Merging upstream version 0.2.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,8 +4,9 @@ Lzd is a very 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. -The source of lzd is also used in the lzip manual as a reference -decompressor in the description of the lzip file format. +The source of lzd is used in the lzip manual as a reference decompressor +in the description of the lzip file format. Reading the lzip manual will +help you understand the source. Lzd decompresses from standard input to standard output. Lzd will correctly decompress the concatenation of two or more compressed files. |