From a65e02257db60996b40bc8183bbfd2afdb7cb211 Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Sat, 15 Jan 2011 18:22:09 +0000 Subject: [PATCH] Fix transmission-remote regression introduced in the last commit. Thanks to Rolcol for spotting this. Mumble, grumble. --- daemon/remote.c | 1 + 1 file changed, 1 insertion(+) 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, "" }, -- 2.40.0