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/stop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/stop.c') diff --git a/cli/stop.c b/cli/stop.c index caf68f4..4d8258d 100644 --- a/cli/stop.c +++ b/cli/stop.c @@ -23,5 +23,5 @@ cmd_stop(int argc, char **argv) btpd_connect(); for (int i = 1; i < argc; i++) if (torrent_spec(argv[i], &t)) - handle_ipc_res(btpd_stop(ipc, &t), argv[i]); + handle_ipc_res(btpd_stop(ipc, &t), "stop", argv[i]); } -- cgit 1.4.1