Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-02 00:19:10 +00:00
parent 2be0d1874d
commit 6c2bf9ee1e
134 changed files with 253 additions and 253 deletions

View File

@@ -11,12 +11,12 @@ source: https://github.com/tldr-pages/tldr.git
- Generate the histogram for human reading:
`ppmhist -nomap {{path/to/image.ppm}}`
`ppmhist {{[-nom|-nomap]}} {{path/to/image.ppm}}`
- Generate a PPM file of the colormap for the image, with the color histogram as comments:
`ppmhist -map {{path/to/image.ppm}}`
`ppmhist {{[-m|-map]}} {{path/to/image.ppm}}`
- Display version:
`ppmhist -version`
`ppmhist {{[-v|-version]}}`