diff options
author | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-12-23 14:06:25 +0100 |
---|---|---|
committer | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-12-23 14:06:25 +0100 |
commit | 79a9578a33ecd3093970bd18df677edc9214fafb (patch) | |
tree | 8ae5c6780a1fcd2124e71f27ad9b4256acd24268 /doc/LZOTEST.TXT | |
parent | 1bb1ce141783168d44a38cd1bb6b822eb13114fc (diff) | |
download | lzo-79a9578a33ecd3093970bd18df677edc9214fafb.tar.gz lzo-79a9578a33ecd3093970bd18df677edc9214fafb.tar.bz2 lzo-79a9578a33ecd3093970bd18df677edc9214fafb.zip |
Imported Upstream version 2.08upstream/2.08sandbox/kevinthierry/upstream
Diffstat (limited to 'doc/LZOTEST.TXT')
-rw-r--r-- | doc/LZOTEST.TXT | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/LZOTEST.TXT b/doc/LZOTEST.TXT index c5ec505..93c8659 100644 --- a/doc/LZOTEST.TXT +++ b/doc/LZOTEST.TXT @@ -1,4 +1,4 @@ -The test driver `lzotest' has grown into a fairly powerful program +The test driver 'lzotest' has grown into a fairly powerful program of it's own. Here is a short description of the various options. [ to be written - this is only a very first draft ] @@ -22,16 +22,16 @@ Basic options: -A use assembler decompressor (if available) -F use fast assembler decompressor (if available) -O optimize compressed data (if available) - -s DIR process Calgary Corpus test suite in directory `DIR' + -s DIR process Calgary Corpus test suite in directory 'DIR' -@ read list of files to compress from stdin -q be quiet -L display software license -More about `-m': +More about '-m': ================ -Use `-m' to list all available methods. +Use '-m' to list all available methods. You can select methods by number: -m71 @@ -54,7 +54,7 @@ You can specify multiple methods/groups separated by ',': -m1,2,3,4 -m1,2,3,4,lzo1x-1,m99,81 -And finally you can use multiple `-m' options: +And finally you can use multiple '-m' options: -m962,972 -mm99,982,m1 |