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

View File

@@ -1,20 +1,20 @@
# tldr # 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>. > 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}}` `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` `tldr -u`