mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:42:09 +02:00
deluge : add Korean translation (#3599)
This commit is contained in:
parent
e4161ff34f
commit
06aa050c9d
1 changed files with 20 additions and 0 deletions
20
pages.ko/common/deluge.md
Normal file
20
pages.ko/common/deluge.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# deluge
|
||||||
|
|
||||||
|
> BitTorrent 클라이언트 명령어.
|
||||||
|
> 더 많은 정보: <https://deluge-torrent.org/>.
|
||||||
|
|
||||||
|
- 토렌트 다운로드:
|
||||||
|
|
||||||
|
`deluge {{url|마그넷|경로/파일명}}`
|
||||||
|
|
||||||
|
- 특정 구성 파일을 사용하여 토렌트를 다운로드하십시오:
|
||||||
|
|
||||||
|
`deluge -c {{경로/구성_파일}} {{url|마그넷|경로/파일명}}`
|
||||||
|
|
||||||
|
- 토렌트를 다운로드하고 지정된 사용자 인터페이스로 시작:
|
||||||
|
|
||||||
|
`deluge -u {{gtk|웹|콘솔}} {{url|마그넷|경로/파일명}}`
|
||||||
|
|
||||||
|
- 토렌트를 다운로드하고 로그를 파일로 출력:
|
||||||
|
|
||||||
|
`deluge -l {{경로/로그_파일}} {{url|마그넷|경로/파일명}}`
|
Loading…
Add table
Reference in a new issue