diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 4 |
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 |