mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 23:56:58 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,16 +15,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display the median grey value:
|
||||
|
||||
`pgmhist -median {{path/to/image.pgm}}`
|
||||
`pgmhist {{[-me|-median]}} {{path/to/image.pgm}}`
|
||||
|
||||
- Display four quartile grey value:
|
||||
|
||||
`pgmhist -quartile {{path/to/image.pgm}}`
|
||||
`pgmhist {{[-qua|-quartile]}} {{path/to/image.pgm}}`
|
||||
|
||||
- Report the existence of invalid grey values:
|
||||
|
||||
`pgmhist -forensic {{path/to/image.pgm}}`
|
||||
`pgmhist {{[-f|-forensic]}} {{path/to/image.pgm}}`
|
||||
|
||||
- Display machine-readable output:
|
||||
|
||||
`pgmhist -machine {{path/to/image.pgm}}`
|
||||
`pgmhist {{[-ma|-machine]}} {{path/to/image.pgm}}`
|
||||
|
||||
Reference in New Issue
Block a user