*: fix errors reported by languagetool (#6069)

This commit is contained in:
Seth Falco
2021-08-15 19:59:09 +02:00
committed by GitHub
parent 3fbefc8b77
commit 3e4c519004
281 changed files with 433 additions and 429 deletions

View File

@@ -11,13 +11,13 @@
`xz -d {{file.xz}}`
- Compress a file to the lzma file format:
- Compress a file to the LZMA file format:
`xz --format=lzma {{file}}`
`xz --format={{lzma}} {{file}}`
- Decompress an lzma file:
- Decompress an LZMA file:
`xz -d --format=lzma {{file.lzma}}`
`xz -d --format={{lzma}} {{file.lzma}}`
- Decompress a file and write to stdout: