brew-*: add Korean translation (#13755)

This commit is contained in:
HoJeong Im
2024-09-22 01:41:43 +09:00
committed by GitHub
parent 8ca498f841
commit fd2ff8b27f
9 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# brew outdated
> 오래된 casks와 formulae를 나열.
> 모든 것을 업그레이드하려면, `brew upgrade`를 사용.
> 더 많은 정보: <https://docs.brew.sh/Manpage#outdated-options-formulacask->.
- 오래된 casks와 formulae를 모두 나열:
`brew outdated`
- 오직 오래된 formulae만 나열:
`brew outdated --formula`
- 오직 오래된 casks를 나열:
`brew outdated --cask`