From c88d254d09efd01b9f66e168e849d3799fa49ba1 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 18 Mar 2010 03:35:37 +0000 Subject: [PATCH] (trunk daemon) #2898 "add pausing and deletion to daemon" -- fix compiler warning --- daemon/remote.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/daemon/remote.c b/daemon/remote.c index e550a5178..2ba29025e 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -114,10 +114,10 @@ static tr_option opts[] = { 's', "start", "Start the current torrent(s)", "s", 0, NULL }, { 'S', "stop", "Stop the current torrent(s)", "S", 0, NULL }, { 't', "torrent", "Set the current torrent(s)", "t", 1, "" }, - { 990, "start-paused", "Start added torrents paused", 0, NULL }, - { 991, "no-start-paused", "Start added torrents unpaused", 0, NULL }, - { 992, "trash-torrent", "Delete torrents after adding", 0, NULL }, - { 993, "no-trash-torrent", "Do not delete torrents after adding", 0, NULL }, + { 990, "start-paused", "Start added torrents paused", NULL, 0, NULL }, + { 991, "no-start-paused", "Start added torrents unpaused", NULL, 0, NULL }, + { 992, "trash-torrent", "Delete torrents after adding", NULL, 0, NULL }, + { 993, "no-trash-torrent", "Do not delete torrents after adding", NULL, 0, NULL }, { 980, "torrent-downlimit", "Set the maximum download speed for the current torrent(s) in KB/s", "td", 1, "" }, { 981, "no-torrent-downlimit", "Don't limit the download speed for the current torrent(s)", "TD", 0, NULL }, { 982, "torrent-uplimit", "Set the maximum upload speed for the current torrent(s) in KB/s", "tu", 1, "" }, -- 2.40.0