mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
deluge: add page (#3101)
This commit is contained in:
parent
ae602cf064
commit
f0d8b51caf
1 changed files with 20 additions and 0 deletions
20
pages/common/deluge.md
Normal file
20
pages/common/deluge.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# deluge
|
||||
|
||||
> A command line BitTorrent client.
|
||||
> More information: <https://deluge-torrent.org>.
|
||||
|
||||
- Download a torrent:
|
||||
|
||||
`deluge {{url|magnet|path/to/file}}`
|
||||
|
||||
- Download a torrent using a specific configuration file:
|
||||
|
||||
`deluge -c {{path/to/configuration_file}} {{url|magnet|path/to/file}}`
|
||||
|
||||
- Download a torrent and launch the specified user interface:
|
||||
|
||||
`deluge -u {{gtk|web|console}} {{url|magnet|path/to/file}}`
|
||||
|
||||
- Download a torrent and output the log to a file:
|
||||
|
||||
`deluge -l {{path/to/log_file}} {{url|magnet|path/to/file}}`
|
Loading…
Add table
Reference in a new issue