pages*: fix small typos (#11850)

* pages*: fix small typos

* pages/*: make help and version commands consistent

* pages/*: follow "path/to/file" pattern

* nop: generic display help wording
This commit is contained in:
Vitor Henrique
2023-12-27 03:41:30 -03:00
committed by GitHub
parent 4e280a9efe
commit 61405c6e0e
67 changed files with 93 additions and 93 deletions

View File

@@ -6,24 +6,24 @@
- Compress a file with LZMA - slow compression, fast decompression:
`lrzip {{filename}}`
`lrzip {{path/to/file}}`
- Compress a file with BZIP2 - good middle ground for compression/speed:
`lrzip -b {{filename}}`
`lrzip -b {{path/to/file}}`
- Compress with ZPAQ - extreme compression, but very slow:
`lrzip -z {{filename}}`
`lrzip -z {{path/to/file}}`
- Compress with LZO - light compression, extremely fast decompression:
`lrzip -l {{filename}}`
`lrzip -l {{path/to/file}}`
- Compress a file and password protect/encrypt it:
`lrzip -e {{filename}}`
`lrzip -e {{path/to/file}}`
- Override the number of processor threads to use:
`lrzip -p {{8}} {{filename}}`
`lrzip -p {{8}} {{path/to/file}}`