mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 23:55:22 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,12 +15,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Skip over `n` bytes when reading the file:
|
||||
|
||||
`macptopbm -extraskip {{n}} > {{path/to/output.pbm}}`
|
||||
`macptopbm {{[-e|-extraskip]}} {{n}} > {{path/to/output.pbm}}`
|
||||
|
||||
- Suppress all informational messages:
|
||||
|
||||
`macptopbm -quiet > {{path/to/output.pbm}}`
|
||||
`macptopbm {{[-q|-quiet]}} > {{path/to/output.pbm}}`
|
||||
|
||||
- Display version:
|
||||
|
||||
`macptopbm -version`
|
||||
`macptopbm {{[-v|-version]}}`
|
||||
|
||||
Reference in New Issue
Block a user