mirror of https://github.com/CrimsonTome/tldr.git
Korean pages: fix (valid) tldr-lint errors (#5376)
parent
c81f9c7b17
commit
4061936c0c
|
@ -13,4 +13,4 @@
|
||||||
|
|
||||||
- 비교 보고서를 포함한 리포지토리 스캔:
|
- 비교 보고서를 포함한 리포지토리 스캔:
|
||||||
|
|
||||||
`astronomer {{tldr-pages/tldr-node-client}} --verbose
|
`astronomer {{tldr-pages/tldr-node-client}} --verbose`
|
||||||
|
|
|
@ -17,4 +17,3 @@
|
||||||
- stdin에서 디코딩:
|
- stdin에서 디코딩:
|
||||||
|
|
||||||
`{{somecommand}} | base32 --decode`
|
`{{somecommand}} | base32 --decode`
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# boot
|
# boot
|
||||||
|
|
||||||
> Clojure 프로그래밍 언어를 위한 빌드
|
> Clojure 프로그래밍 언어를 위한 빌드.
|
||||||
> 더 많은 정보: <https://github.com/boot-clj/boot>.
|
> 더 많은 정보: <https://github.com/boot-clj/boot>.
|
||||||
|
|
||||||
- 프로젝트 혹은 독립으로 REPL 세션 시작:
|
- 프로젝트 혹은 독립으로 REPL 세션 시작:
|
||||||
|
@ -25,4 +25,4 @@
|
||||||
|
|
||||||
- 생산용 빌드 (부트/새 템플릿을 사용하는 경우):
|
- 생산용 빌드 (부트/새 템플릿을 사용하는 경우):
|
||||||
|
|
||||||
`boot prod`?
|
`boot prod`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# chown
|
# chown
|
||||||
|
|
||||||
> 파일과 디렉토리의 사용자 및 그룹 소유권을 변경
|
> 파일과 디렉토리의 사용자 및 그룹 소유권을 변경.
|
||||||
|
|
||||||
- 파일/디렉토리의 소유 사용자 변경:
|
- 파일/디렉토리의 소유 사용자 변경:
|
||||||
|
|
||||||
|
|
|
@ -14,4 +14,3 @@
|
||||||
- 테스트 실패시 실행 중지:
|
- 테스트 실패시 실행 중지:
|
||||||
|
|
||||||
`cotton -u {{기본_url}} -s {{파일}}.md`
|
`cotton -u {{기본_url}} -s {{파일}}.md`
|
||||||
|
|
||||||
|
|
|
@ -10,4 +10,3 @@
|
||||||
- 기본 kube 구성파일 위치 재정의:
|
- 기본 kube 구성파일 위치 재정의:
|
||||||
|
|
||||||
`dexter auth -i {{클라이언트_아이디}} -s {{클라이언트_secret}} --kube-config {{예시/구성파일}}`
|
`dexter auth -i {{클라이언트_아이디}} -s {{클라이언트_secret}} --kube-config {{예시/구성파일}}`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue