From: Jordan Lee Date: Sat, 19 Jul 2014 23:32:20 +0000 (+0000) Subject: (trunk, daemon) #5743 'unknown option: -R', fix suggested by silverhammermba X-Git-Tag: 2.90~367 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b02e4222c313416574efd340374b9ce927ffade2;p=transmission (trunk, daemon) #5743 'unknown option: -R', fix suggested by silverhammermba --- diff --git a/daemon/remote.c b/daemon/remote.c index 0e8a02546..33b8e3bc6 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -278,7 +278,7 @@ static tr_option opts[] = { 600, "reannounce", "Reannounce the current torrent(s)", NULL, 0, NULL }, { 'r', "remove", "Remove the current torrent(s)", "r", 0, NULL }, { 930, "peers", "Set the maximum number of peers for the current torrent(s) or globally", "pr", 1, "" }, - { 'R', "remove-and-delete", "Remove the current torrent(s) and delete local data", NULL, 0, NULL }, + { 'R', "remove-and-delete", "Remove the current torrent(s) and delete local data", "R", 0, NULL }, { 800, "torrent-done-script", "Specify a script to run when a torrent finishes", NULL, 1, "" }, { 801, "no-torrent-done-script", "Don't run a script when torrents finish", NULL, 0, NULL }, { 950, "seedratio", "Let the current torrent(s) seed until a specific ratio", "sr", 1, "ratio" },