mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 06:58:54 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Specify the color of the background in the sheared image:
|
||||
|
||||
`pnmshear -background {{blue}} {{angle}} {{path/to/input.pnm}} > {{path/to/output.pnm}}`
|
||||
`pnmshear {{[-b|-background]}} {{blue}} {{angle}} {{path/to/input.pnm}} > {{path/to/output.pnm}}`
|
||||
|
||||
- Do not perform anti-aliasing:
|
||||
|
||||
`pnmshear -noantialias {{angle}} {{path/to/input.pnm}} > {{path/to/output.pnm}}`
|
||||
`pnmshear {{[-n|-noantialias]}} {{angle}} {{path/to/input.pnm}} > {{path/to/output.pnm}}`
|
||||
|
||||
Reference in New Issue
Block a user