From 585e1415c9914457a6fabcee322659845dbd7288 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 11 Mar 2021 14:57:03 +0200 Subject: [PATCH] transmission-remote: fix to absolute paths (#5412) --- pages/common/transmission-remote.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/transmission-remote.md b/pages/common/transmission-remote.md index 0d9639c22..c44fda64d 100644 --- a/pages/common/transmission-remote.md +++ b/pages/common/transmission-remote.md @@ -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}}`