From 311a05f6138cdbbbb2208ca79e0736f0fec030a8 Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Sun, 17 Sep 2006 08:19:31 +0000 Subject: btcli add now starts the torrent if not told otherwise. Soem cleanup and improved error output. --- cli/del.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/del.c') diff --git a/cli/del.c b/cli/del.c index eaa0a1e..91e53b6 100644 --- a/cli/del.c +++ b/cli/del.c @@ -26,5 +26,5 @@ cmd_del(int argc, char **argv) btpd_connect(); for (int i = 1; i < argc; i++) if (torrent_spec(argv[i], &t)) - handle_ipc_res(btpd_del(ipc, &t), argv[i]); + handle_ipc_res(btpd_del(ipc, &t), "del", argv[i]); } -- cgit 1.4.1