summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 06:45:07 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 06:45:07 +0000
commitcc61e405e37aa8d68feb6b8550089d1a8f8c1307 (patch)
treec2e0f6f33d11783cd31ca51dd4b2d2d46977c836 /README
parentAdding debian version 0.1-1. (diff)
downloadlzd-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--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index c7546a7..ed832ca 100644
--- a/README
+++ b/README
@@ -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.