mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 22:38:23 +01:00
247 B
247 B
tldr
Simplified man pages.
- Get typical usages of a command (hint: this is how you got here!):
tldr {{command}}
- Show the tar tldr page for linux:
tldr -p {{linux}} {{tar}}
- Get help for a git subcommand:
tldr {{git checkout}}