mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
rsync: fix typo in Korean translation (#15987)
rsync: Fix typo in korean translation
This commit is contained in:
parent
4a2dfac126
commit
87e070a38e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
`rsync {{[-auL|--archive --update --copy-links]}} {{경로/대상/소스}} {{경로/대상/목적지}}`
|
||||
|
||||
- `rsyncd`를 실행하는 원격 호스트로 폴더를 전송하고 소스에 존재하지 않는 대상의 파일으 삭제:
|
||||
- `rsyncd`를 실행하는 원격 호스트로 폴더를 전송하고 소스에 존재하지 않는 대상의 파일을 삭제:
|
||||
|
||||
`rsync {{[-r|--recursive]}} --delete rsync://{{호스트}}:{{경로/대상/소스}} {{경로/대상/목적지}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue