gp*: add Korean translation (#14419)

This commit is contained in:
HoJeong Im
2024-10-28 14:48:35 +09:00
committed by GitHub
parent 4c51f05e83
commit 65f709f538
9 changed files with 240 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# gpgconf
> .gnupg 홈 디렉터리를 수정.
> 더 많은 정보: <https://www.gnupg.org/documentation/manuals/gnupg/gpgconf.html>.
- 모든 컴포넌트 나열:
`gpgconf --list-components`
- gpgconf가 사용하는 디렉토리를 나열:
`gpgconf --list-dirs`
- 컴포넌트의 모든 옵션을 나열:
`gpgconf --list-options {{컴포넌트}}`
- 프로그램을 나열하고 실행 가능한지 테스트:
`gpgconf --check-programs`
- 컴포넌트 리로드:
`gpgconf --reload {{컴포넌트}}`