transmission-remote: fix to absolute paths (#5412)

add-set-more-info-link.py
Managor 2021-03-11 14:57:03 +02:00 committed by GitHub
parent b13a5ddaaf
commit 585e1415c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -5,11 +5,11 @@
- Add a torrent file or magnet link to Transmission and download to a specified directory:
`transmission-remote {{hostname}} -a {{torrent|url}} -w {{path/to/download_directory}}`
`transmission-remote {{hostname}} -a {{torrent|url}} -w {{/path/to/download_directory}}`
- Change the default download directory:
`transmission-remote {{hostname}} -w {{path/to/download_directory}}`
`transmission-remote {{hostname}} -w {{/path/to/download_directory}}`
- List all torrents:
@ -29,4 +29,4 @@
- Move torrents 1-10 and 15-20 to a new directory (which will be created if it does not exist):
`transmission-remote {{hostname}} -t "{{1-10,15-20}}" --move {{path/to/new_directory}}`
`transmission-remote {{hostname}} -t "{{1-10,15-20}}" --move {{/path/to/new_directory}}`