Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-02 00:19:39 +00:00
parent 2b9882f70a
commit 22a84b91e2
42 changed files with 123 additions and 81 deletions

View File

@@ -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}}`