common/x*: add Korean translation (#14635)
This commit is contained in:
13
pages.ko/common/xdelta.md
Normal file
13
pages.ko/common/xdelta.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# xdelta
|
||||
|
||||
> 델타 인코딩 유틸리티.
|
||||
> 주로 바이너리 파일에 패치를 적용하는 데 사용됩니다.
|
||||
> 더 많은 정보: <https://github.com/jmacd/xdelta>.
|
||||
|
||||
- 패치 적용:
|
||||
|
||||
`xdelta -d -s {{경로/대상/입력_파일}} {{경로/대상/델타_파일.xdelta}} {{경로/대상/출력_파일}}`
|
||||
|
||||
- 패치 생성:
|
||||
|
||||
`xdelta -e -s {{경로/대상/이전_파일}} {{경로/대상/새_파일}} {{경로/대상/출력_파일.xdelta}}`
|
Reference in New Issue
Block a user