mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 11:06:00 +02:00
tldr: edit examples (#5508)
This commit is contained in:
parent
d934ae3964
commit
97ccfcd56e
1 changed files with 4 additions and 4 deletions
|
@ -3,15 +3,15 @@
|
|||
> Displays simple help pages for command-line tools, from the tldr-pages project.
|
||||
> More information: <https://tldr.sh>.
|
||||
|
||||
- Get typical usages of a command (hint: this is how you got here!):
|
||||
- Show the tldr page for a command (hint: this is how you got here!):
|
||||
|
||||
`tldr {{command}}`
|
||||
|
||||
- Show the tar tldr page for Linux:
|
||||
- Show the tldr page for `cd`, overriding the default platform:
|
||||
|
||||
`tldr -p {{linux}} {{tar}}`
|
||||
`tldr -p {{windows}} {{cd}}`
|
||||
|
||||
- Get help for a Git subcommand:
|
||||
- Show the tldr page for a subcommand:
|
||||
|
||||
`tldr {{git-checkout}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue