tldr
Displays simple help pages for command-line tools, from the tldr-pages project.
- Show the tldr page for a command (hint: this is how you got here!):
tldr {command}
- Show the tldr page for `cd`, overriding the default platform:
tldr -p {android|linux|osx|sunos|windows} {cd}
- Show the tldr page for a subcommand:
tldr {git-checkout}
- Update local pages (if the client supports caching):
tldr -u
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).