From: Jordan Lee Date: Sat, 15 Jan 2011 18:22:09 +0000 (+0000) Subject: Fix transmission-remote regression introduced in the last commit. Thanks to Rolcol... X-Git-Tag: 2.20b1~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a65e02257db60996b40bc8183bbfd2afdb7cb211;p=transmission Fix transmission-remote regression introduced in the last commit. Thanks to Rolcol for spotting this. Mumble, grumble. --- diff --git a/daemon/remote.c b/daemon/remote.c index f6143fa1e..151885759 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -241,6 +241,7 @@ static tr_option opts[] = { 'e', "cache", "Set the maximum size of the session's memory cache (in " MEM_M_STR ")", "e", 1, "" }, { 910, "encryption-required", "Encrypt all peer connections", "er", 0, NULL }, { 911, "encryption-preferred", "Prefer encrypted peer connections", "ep", 0, NULL }, + { 912, "encryption-tolerated", "Prefer unencrypted peer connections", "et", 0, NULL }, { 850, "exit", "Tell the transmission session to shut down", NULL, 0, NULL }, { 940, "files", "List the current torrent(s)' files", "f", 0, NULL }, { 'g', "get", "Mark files for download", "g", 1, "" },