Changeset 7108
- Timestamp:
- Nov 13, 2008, 4:18:48 PM (12 years ago)
- Location:
- trunk/daemon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/remote.c
r7038 r7108 57 57 { 'b', "debug", "Print debugging information", 58 58 "b", 0, NULL }, 59 { 'd', "downlimit", "Set the maximum download speed in KB/s",59 { 'd', "downlimit", "Set the maximum global download speed in KB/s", 60 60 "d", 1, "<speed>" }, 61 { 'D', "no-downlimit", "Don't limit the download speed",61 { 'D', "no-downlimit", "Don't limit the global download speed", 62 62 "D", 0, NULL }, 63 63 { 910, "encryption-required", "Encrypt all peer connections", … … 100 100 { 't', "torrent", "Set the current torrent(s)", 101 101 "t", 1, "<torrent>" }, 102 { 'u', "uplimit", "Set the maximum upload speed in KB/s",102 { 'u', "uplimit", "Set the maximum global upload speed in KB/s", 103 103 "u", 1, "<speed>" }, 104 { 'U', "no-uplimit", "Don't limit the upload speed",104 { 'U', "no-uplimit", "Don't limit the global upload speed", 105 105 "U", 0, NULL }, 106 106 { 'v', "verify", "Verify the current torrent(s)", -
trunk/daemon/transmission-remote.1
r7038 r7108 60 60 61 61 .It Fl d Fl -downlimit Ar limit 62 Limit the download speed to62 Limit the global download speed to 63 63 .Ar limit 64 64 kilobytes per second. 65 65 66 66 .It Fl D Fl -no-downlimit 67 Remove the download limit.67 Remove the global download limit. 68 68 69 69 .It Fl er Fl -encryption-required … … 152 152 153 153 .It Fl u Fl -uplimit Ar limit 154 Limit the upload speed to154 Limit the global upload speed to 155 155 .Ar limit 156 156 kilobytes per second. 157 157 .It Fl U Fl -no-uplimit 158 Remove the upload limit.158 Remove the global upload limit. 159 159 160 160 .It Fl v Fl -verify
Note: See TracChangeset
for help on using the changeset viewer.