about summary refs log tree commit diff
path: root/cli/stop.c
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2006-10-07 13:16:27 +0000
committerRichard Nyberg <rnyberg@murmeldjur.se>2006-10-07 13:16:27 +0000
commita497ca472a72db4cbe7d8d1831d7b71fe2480778 (patch)
tree1e4b8cd56dda082f1db3eb505260f21b1fdb3d5f /cli/stop.c
parent0eb36d3914b11b6cd7dc77de5380a191d0e6a124 (diff)
downloadbtpd-a497ca472a72db4cbe7d8d1831d7b71fe2480778.tar.gz
btpd-a497ca472a72db4cbe7d8d1831d7b71fe2480778.zip
Help text changes and make del and start take the --help option.
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);