mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 10:58:32 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,12 +14,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List all errno names, codes, and descriptions:
|
||||
|
||||
`errno --list`
|
||||
`errno {{[-l|--list]}}`
|
||||
|
||||
- Search for code whose description contains all of the given text:
|
||||
|
||||
`errno --search {{text}}`
|
||||
`errno {{[-s|--search]}} {{text}}`
|
||||
|
||||
- Search for code whose description contains all of the given text (all locales):
|
||||
|
||||
`errno --search-all-locales {{text}}`
|
||||
`errno {{[-S|--search-all-locales]}} {{text}}`
|
||||
|
||||
Reference in New Issue
Block a user