1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages.zh/common/tldr.md
bl-ue 8ebd171d6f
*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
2021-05-20 16:13:41 -04:00

20 lines
380 B
Markdown

# tldr
> 简化过的 man 帮助手册.
> 更多信息:<https://tldr.sh>.
- 获取一个命令的用例 (提示:这就是你怎么得到本信息的):
`tldr {{command}}`
- 展示 Linux 下 tar 的 tldr 文档:
`tldr -p {{linux}} {{tar}}`
- 获取一个 Git 子命令的帮助:
`tldr {{git checkout}}`
- 更新本地页面 (如果客户端支持缓存):
`tldr -u`