]> granicus.if.org Git - transmission/commitdiff
Fix transmission-remote regression introduced in the last commit. Thanks to Rolcol...
authorJordan Lee <jordan@transmissionbt.com>
Sat, 15 Jan 2011 18:22:09 +0000 (18:22 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Sat, 15 Jan 2011 18:22:09 +0000 (18:22 +0000)
daemon/remote.c

index f6143fa1ed10c16b38cc4b98a2db19cd68732191..151885759e75a1d59c6863baf279a550d6531e31 100644 (file)
@@ -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, "<size>" },
     { 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, "<files>" },