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, "" },