diff options
| author | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-10-07 13:16:27 +0000 |
|---|---|---|
| committer | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-10-07 13:16:27 +0000 |
| commit | a497ca472a72db4cbe7d8d1831d7b71fe2480778 (patch) | |
| tree | 1e4b8cd56dda082f1db3eb505260f21b1fdb3d5f /cli/stop.c | |
| parent | 0eb36d3914b11b6cd7dc77de5380a191d0e6a124 (diff) | |
| download | btpd-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.c | 8 |
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); |