tldr: edit examples (#5508)

manned-org
marchersimon 2021-04-18 03:43:41 +02:00 committed by GitHub
parent d934ae3964
commit 97ccfcd56e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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}}`