mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-13 22:15:42 +02:00
xz: added "the"
This commit is contained in:
parent
f07f4532b2
commit
4d7fcde503
1 changed files with 2 additions and 2 deletions
|
@ -18,10 +18,10 @@
|
|||
|
||||
`xz -k {{file}}`
|
||||
|
||||
- Compress a file using fastest compression:
|
||||
- Compress a file using the fastest compression:
|
||||
|
||||
`xz -0 {{file}}`
|
||||
|
||||
- Compress a file using best compression:
|
||||
- Compress a file using the best compression:
|
||||
|
||||
`xz -9 {{file}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue