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.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/cli/stop.c b/cli/stop.c
index 2377980..218d7d6 100644
--- a/cli/stop.c
+++ b/cli/stop.c
@@ -4,14 +4,18 @@ void
 usage_stop(void)
 {
     printf(
-        "Stop torrents.\n"
+        "Deactivate torrents.\n"
         "\n"
         "Usage: stop -a\n"
         "       stop torrent ...\n"
         "\n"
+        "Arguments:\n"
+        "torrent ...\n"
+        "\tThe torrents to deactivate.\n"
+        "\n"
         "Options:\n"
         "-a\n"
-        "\tStop all active torrents.\n"
+        "\tDeactivate all active torrents.\n"
         "\n"
         );
     exit(1);