mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-16 21:00:25 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Create a PGM image containing the RLE file's alpha channel:
|
||||
|
||||
`rletopnm -alphaout {{path/to/alpha_file.pgm}} {{path/to/input.rle}} > {{path/to/output.pnm}}`
|
||||
`rletopnm {{[--a|--alphaout]}} {{path/to/alpha_file.pgm}} {{path/to/input.rle}} > {{path/to/output.pnm}}`
|
||||
|
||||
- Operate in verbose mode and print the contents of the RLE header to `stdout`:
|
||||
|
||||
`rletopnm -verbose {{path/to/input.rle}} > {{path/to/output.pnm}}`
|
||||
`rletopnm {{[--verb|--verbose]}} {{path/to/input.rle}} > {{path/to/output.pnm}}`
|
||||
|
||||
Reference in New Issue
Block a user