about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorMarq Schneider <queueRAM@gmail.com>2010-08-13 11:29:15 -0500
committerMarq Schneider <queueRAM@gmail.com>2010-08-13 11:29:15 -0500
commitc550cbb4353bc653a916be3beb19853bc650e56b (patch)
tree488b495076ab689855eba77161b2f29b3d01c113 /README
parenta6328070d92c75396c941a6962f4553ee7f3f9c1 (diff)
downloadbtpd-c550cbb4353bc653a916be3beb19853bc650e56b.tar.gz
btpd-c550cbb4353bc653a916be3beb19853bc650e56b.zip
Add documentation for 'btpd --numwant' and 'btcli rate'
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 2cf07a6..8314df7 100644
--- a/README
+++ b/README
@@ -50,6 +50,7 @@ Contents
   * del      - Remove torrents from btpd.
   * kill     - Shut down btpd.
   * list     - List torrents.
+  * rate     - Set the global up and download rates in KB/s.
   * start    - Activate torrents.
   * stat     - Display stats for active torrents.
   * stop     - Deactivate torrents.
@@ -160,6 +161,9 @@ Contents
   Same as above, but also display individual stats for each active torrent.
   # btcli stat -w 5 -i
 
+  Set the global upload rate to 20KB/s and download rate to 1MB/s.
+  # btcli rate 20K 1M
+
   Shut down btpd.
   # btcli kill