1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 21:35:44 +02:00

wol, bzip3, gh-api, lzop, pct: fix typos (#17381)

This commit is contained in:
Managor 2025-07-28 09:31:34 +03:00 committed by GitHub
parent 674a08ee91
commit 02be26f301
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View file

@ -25,7 +25,7 @@
- Decompress a file overwriting existing files: - 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: - Display help:

View file

@ -21,7 +21,7 @@
- Include the HTTP response headers in the output: - Include the HTTP response headers in the output:
`gh api {{[--include]}} {{endpoint}}` `gh api {{[-i|--include]}} {{endpoint}}`
- Do not print the response body: - Do not print the response body:

View file

@ -17,8 +17,8 @@
- Compress a file with the best compression level: - 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: - Compress a file with the fastest compression level:
`lzop {{[-1|--fast]}} {{[path/to/file]}}` `lzop {{[-1|--fast]}} {{path/to/file}}`

View file

@ -21,7 +21,7 @@
- Resize the container's disk to 20G: - 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: - Show the configuration of a container, specifying its ID:

View file

@ -21,7 +21,7 @@
- Read hardware addresses, IP addresses/hostnames, optional ports and SecureON passwords from a file: - 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: - Turn on verbose output: