pages*: add missing mnemonics (#12151)
* pages*: add missing mnemonics --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
|
||||
`bzip3 {{path/to/file_to_compress}}`
|
||||
|
||||
- Decompress a file:
|
||||
- [d]ecompress a file:
|
||||
|
||||
`bzip3 -d {{path/to/compressed_file.bz3}}`
|
||||
|
||||
- Decompress a file to `stdout`:
|
||||
- Decompress a file to `stdout` ([c]):
|
||||
|
||||
`bzip3 -dc {{path/to/compressed_file.bz3}}`
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
- Decompress a file overwriting existing files:
|
||||
|
||||
`bzip3 --force {{path/to/compressed_file.bz3}}`
|
||||
`bzip3 -d --force {{path/to/compressed_file.bz3}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
|
Reference in New Issue
Block a user