(trunk daemon) #2898 "add pausing and deletion to daemon" -- fix compiler warning

This commit is contained in:
Charles Kerr 2010-03-18 03:35:37 +00:00
parent 1ea5ab0695
commit c88d254d09
1 changed files with 4 additions and 4 deletions

View File

@ -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, "<torrent>" },
{ 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, "<speed>" },
{ 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, "<speed>" },