mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:13:31 +02:00
tldr: refresh page (#8000)
This commit is contained in:
parent
da194b7c27
commit
77decbbb90
1 changed files with 7 additions and 7 deletions
|
@ -1,20 +1,20 @@
|
|||
# tldr
|
||||
|
||||
> Displays simple help pages for command-line tools, from the tldr-pages project.
|
||||
> Display simple help pages for command-line tools from the tldr-pages project.
|
||||
> More information: <https://tldr.sh>.
|
||||
|
||||
- Show the tldr page for a command (hint: this is how you got here!):
|
||||
- Print the tldr page for a specific command (hint: this is how you got here!):
|
||||
|
||||
`tldr {{command}}`
|
||||
|
||||
- Show the tldr page for `cd`, overriding the default platform:
|
||||
- Print the tldr page for a specific subcommand:
|
||||
|
||||
`tldr -p {{android|linux|osx|sunos|windows}} {{cd}}`
|
||||
`tldr {{command}}-{{subcommand}}`
|
||||
|
||||
- Show the tldr page for a subcommand:
|
||||
- Print the tldr page for a command for a specific [p]latform:
|
||||
|
||||
`tldr {{git-checkout}}`
|
||||
`tldr -p {{android|linux|osx|sunos|windows}} {{command}}`
|
||||
|
||||
- Update local pages (if the client supports caching):
|
||||
- [u]pdate the local cache of tldr pages:
|
||||
|
||||
`tldr -u`
|
||||
|
|
Loading…
Add table
Reference in a new issue