From 763ce2d9a339d0efa452724df66434e2b16e2db1 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 13 Nov 2008 16:18:48 +0000 Subject: [PATCH] (daemon) in the help and man page, add the word "global" to the global speed limit options, to clarify that they're not per-torrent --- daemon/remote.c | 8 ++++---- daemon/transmission-remote.1 | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/daemon/remote.c b/daemon/remote.c index 41a72d289..5522e4b82 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -56,9 +56,9 @@ static tr_option opts[] = "a", 0, NULL }, { 'b', "debug", "Print debugging information", "b", 0, NULL }, - { 'd', "downlimit", "Set the maximum download speed in KB/s", + { 'd', "downlimit", "Set the maximum global download speed in KB/s", "d", 1, "" }, - { 'D', "no-downlimit", "Don't limit the download speed", + { 'D', "no-downlimit", "Don't limit the global download speed", "D", 0, NULL }, { 910, "encryption-required", "Encrypt all peer connections", "er", 0, NULL }, @@ -99,9 +99,9 @@ static tr_option opts[] = "S", 0, NULL }, { 't', "torrent", "Set the current torrent(s)", "t", 1, "" }, - { 'u', "uplimit", "Set the maximum upload speed in KB/s", + { 'u', "uplimit", "Set the maximum global upload speed in KB/s", "u", 1, "" }, - { 'U', "no-uplimit", "Don't limit the upload speed", + { 'U', "no-uplimit", "Don't limit the global upload speed", "U", 0, NULL }, { 'v', "verify", "Verify the current torrent(s)", "v", 0, NULL }, diff --git a/daemon/transmission-remote.1 b/daemon/transmission-remote.1 index 6a176b82a..3042b701d 100644 --- a/daemon/transmission-remote.1 +++ b/daemon/transmission-remote.1 @@ -59,12 +59,12 @@ into transmission. Enable debugging mode. .It Fl d Fl -downlimit Ar limit -Limit the download speed to +Limit the global download speed to .Ar limit kilobytes per second. .It Fl D Fl -no-downlimit -Remove the download limit. +Remove the global download limit. .It Fl er Fl -encryption-required Encrypt all peer connections. @@ -151,11 +151,11 @@ To set more than one current torrent, join their ids or hashes together in a lis such as "-t2,4,6-8" to operate on the torrents whose IDs are 2, 4, 6, 7, and 8. .It Fl u Fl -uplimit Ar limit -Limit the upload speed to +Limit the global upload speed to .Ar limit kilobytes per second. .It Fl U Fl -no-uplimit -Remove the upload limit. +Remove the global upload limit. .It Fl v Fl -verify Verify the current torrent(s)