mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-08 18:55:40 +02:00
wol, bzip3, gh-api, lzop, pct: fix typos (#17381)
This commit is contained in:
parent
674a08ee91
commit
02be26f301
5 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
- Decompress a file overwriting existing files:
|
||||
|
||||
`bzip3 {{[-d|--decode]}} {{[-f--force]}} {{path/to/compressed_file.bz3}}`
|
||||
`bzip3 {{[-d|--decode]}} {{[-f|--force]}} {{path/to/compressed_file.bz3}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
- Include the HTTP response headers in the output:
|
||||
|
||||
`gh api {{[--include]}} {{endpoint}}`
|
||||
`gh api {{[-i|--include]}} {{endpoint}}`
|
||||
|
||||
- Do not print the response body:
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
|
||||
- Compress a file with the best compression level:
|
||||
|
||||
`lzop {{[-9|--best]}} {{[path/to/file]}}`
|
||||
`lzop {{[-9|--best]}} {{path/to/file}}`
|
||||
|
||||
- Compress a file with the fastest compression level:
|
||||
|
||||
`lzop {{[-1|--fast]}} {{[path/to/file]}}`
|
||||
`lzop {{[-1|--fast]}} {{path/to/file}}`
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
- Resize the container's disk to 20G:
|
||||
|
||||
`pct {{[resi|resize]]} {{100}} {{rootfs|mpX}} {{20G}}`
|
||||
`pct {{[resi|resize]}} {{100}} {{rootfs|mpX}} {{20G}}`
|
||||
|
||||
- Show the configuration of a container, specifying its ID:
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
- Read hardware addresses, IP addresses/hostnames, optional ports and SecureON passwords from a file:
|
||||
|
||||
`wol {{[-f|--file]]} {{path/to/file}}`
|
||||
`wol {{[-f|--file]}} {{path/to/file}}`
|
||||
|
||||
- Turn on verbose output:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue