1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 02:46:01 +02:00

tldr: edit examples (#5508)

This commit is contained in:
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

View file

@ -3,15 +3,15 @@
> Displays simple help pages for command-line tools, from the tldr-pages project. > Displays simple help pages for command-line tools, from the tldr-pages project.
> More information: <https://tldr.sh>. > 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}}` `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}}` `tldr {{git-checkout}}`