From 65941f16bb17055a2daff8840a98943f0a82782b Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sat, 26 Jul 2008 17:18:16 +0000 Subject: [PATCH] =?UTF-8?q?(daemon)=20#1115:=20there=20are=20two=20?= =?UTF-8?q?=E2=80=9C--help=E2=80=9D=20entries=20in=20transmission-remote?= =?UTF-8?q?=20help=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- daemon/remote.c | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/remote.c b/daemon/remote.c index a708634db..452fe6c80 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -60,7 +60,6 @@ static tr_option opts[] = { 'f', "files", "List the current torrent's files", "f", 0, NULL }, { 'g', "get", "Mark files for download", "g", 1, "" }, { 'G', "no-get", "Mark files for not downloading", "G", 1, "" }, - { 'h', "help", "Show this help page and exit", "h", 0, NULL }, { 'i', "info", "Show details of the current torrent(s)", "i", 0, NULL }, { 'l', "list", "List all torrents", "l", 0, NULL }, { 'm', "portmap", "Enable portmapping via NAT-PMP or UPnP", "m", 0, NULL },