mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
* rpcdump.py, rpcmap.py, rpk, rsactftool.py, rsql, run-help: add Korean translation * fix: remove whitespace
418 B
418 B
run-help
Zsh 명령에 대한 도움말을 표시. 참고: 이 명령어는 기본적으로
man의 별칭. 더 많은 정보: https://manned.org/zshcontrib.
- Zsh 내장 명령에 대한 도움말을 제공하도록
run-help활성화:
unalias run-help && autoload run-help
- Zsh 관련 모든 도움말 주제 표시:
run-help
- 지정한 명령의 도움말 표시:
run-help {{명령어}}