mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
295 B
295 B
tldr
Simplified man pages.
- Get typical usages of a command (hint: this is how you got here!):
tldr {{command}}
- List available pages:
tldr --list
- Show the tar tldr page for linux:
tldr --platform {{linux}} {{tar}}
- Get help for a git subcommand:
tldr {{git checkout}}