about summary refs log tree commit diff
path: root/cli/stop.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli/stop.c')
-rw-r--r--cli/stop.c2
1 files changed, 1 insertions, 1 deletions
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]);
 }