1
0
Fork 0
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:
Emily Grace Seville 2022-09-14 23:19:41 +10:00 committed by GitHub
parent da194b7c27
commit 77decbbb90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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