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:
@@ -20,6 +20,6 @@
|
||||
|
||||
`aurvote --check {{package1 package2 ...}}`
|
||||
|
||||
- Show help for `aurvote`:
|
||||
- Display help:
|
||||
|
||||
`aurvote --help`
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
- Quit:
|
||||
|
||||
`alt + q or ctrl + c`
|
||||
`alt + q OR ctrl + c`
|
||||
|
||||
- Show actions menu:
|
||||
|
||||
|
@@ -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}}`
|
||||
|
@@ -19,6 +19,6 @@
|
||||
|
||||
`q`
|
||||
|
||||
- Show help during the game:
|
||||
- Display help during the game:
|
||||
|
||||
`h`
|
||||
|
@@ -17,4 +17,4 @@
|
||||
|
||||
- Show available toilet filters:
|
||||
|
||||
`toilet --filter list `
|
||||
`toilet --filter list`
|
||||
|
@@ -8,14 +8,14 @@
|
||||
|
||||
`toolbox {{subcommand}}`
|
||||
|
||||
- Show help for a `toolbox` subcommand (such as `create`, `enter`, `rm`, `rmi`, etc.):
|
||||
- Display help for a `toolbox` subcommand (such as `create`, `enter`, `rm`, `rmi`, etc.):
|
||||
|
||||
`toolbox help {{subcommand}}`
|
||||
|
||||
- Show general help:
|
||||
- Display help:
|
||||
|
||||
`toolbox --help`
|
||||
|
||||
- Show the `toolbox` version:
|
||||
- Display version:
|
||||
|
||||
`toolbox --version`
|
||||
|
Reference in New Issue
Block a user