1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-14 13:15:58 +02:00

xz: added "the"

This commit is contained in:
Hayden Schiff 2016-02-01 13:48:59 -05:00
parent f07f4532b2
commit 4d7fcde503

View file

@ -18,10 +18,10 @@
`xz -k {{file}}` `xz -k {{file}}`
- Compress a file using fastest compression: - Compress a file using the fastest compression:
`xz -0 {{file}}` `xz -0 {{file}}`
- Compress a file using best compression: - Compress a file using the best compression:
`xz -9 {{file}}` `xz -9 {{file}}`