mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 18:54:48 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Use a predefined standard palette even if the PCX file provides one:
|
||||
|
||||
`pcxtoppm -stdpalette {{path/to/file.pcx}} > {{path/to/file.ppm}}`
|
||||
`pcxtoppm {{[-s|-stdpalette]}} {{path/to/file.pcx}} > {{path/to/file.ppm}}`
|
||||
|
||||
- Print information on the PCX header to `stdout`:
|
||||
|
||||
`pcxtoppm -verbose {{path/to/file.pcx}} > {{path/to/file.ppm}}`
|
||||
`pcxtoppm {{[-verb|-verbose]}} {{path/to/file.pcx}} > {{path/to/file.ppm}}`
|
||||
|
||||
Reference in New Issue
Block a user