Skip to content

Commit c29c4ac

Browse files
authored
Update README.md
1 parent a9d38a3 commit c29c4ac

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,24 @@ The following options were used:
4040

4141
Most files come from the [Silesia](http://sun.aei.polsl.pl/~sdeor/index.php?page=silesia) compression corpus. The enwik8 comes from the [Hutter Prize](http://prize.hutter1.net/) page.
4242

43+
Usage
44+
-----
45+
46+
```
47+
./x3 [arguments] [input-file] [output-file]
48+
```
49+
50+
Arguments :
51+
52+
- `-d` : force decompression
53+
- `-z` : force compression
54+
- `-f` : overwrite existing output file
55+
- `-k` : keep (don't delete) input file (default)
56+
- `-h` : print this message
57+
- `-t NUM` : maximum number of matches (affects compression ratio and speed)
58+
- `-w NUM` : window size (in kilobytes, affects compression ratio and speed)
59+
- `-T NUM` : spawns NUM compression threads
60+
4361
Authors
4462
-------
4563

0 commit comments

Comments
 (0)