Changeset 9511
- Timestamp:
- Nov 10, 2009, 4:18:03 PM (13 years ago)
- Location:
- trunk/daemon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/remote.c
r9424 r9511 117 117 { 982, "torrent-uplimit", "Set the maximum upload speed for the current torrent(s) in KB/s", "tu", 1, "<speed>" }, 118 118 { 983, "no-torrent-uplimit", "Don't limit the upload speed for the current torrent(s)", "TU", 0, NULL }, 119 { 984, "hon nor-session", "Make the current torrent(s) honnor the session limits", "hl", 0, NULL },120 { 985, "no-hon nor-session", "Make the current torrent(s) not honnor the session limits", "HL", 0, NULL },119 { 984, "honor-session", "Make the current torrent(s) honor the session limits", "hl", 0, NULL }, 120 { 985, "no-honor-session", "Make the current torrent(s) not honor the session limits", "HL", 0, NULL }, 121 121 { 'u', "uplimit", "Set the maximum global upload speed in KB/s", "u", 1, "<speed>" }, 122 122 { 'U', "no-uplimit", "Don't limit the global upload speed", "U", 0, NULL }, -
trunk/daemon/transmission-remote.1
r9420 r9511 231 231 .It Fl TU Fl -no-torrent-uplimit 232 232 Don't use the current torrent(s) upload limit. 233 .It Fl hl Fl -hon nor-session234 Make the current torrent(s) hon nor the session limits.235 .It Fl HL Fl -no-hon nor-session236 Make the current torrent(s) not hon nor the session limits.233 .It Fl hl Fl -honor-session 234 Make the current torrent(s) honor the session limits. 235 .It Fl HL Fl -no-honor-session 236 Make the current torrent(s) not honor the session limits. 237 237 .It Fl u Fl -uplimit Ar limit 238 238 Limit the global upload speed to
Note: See TracChangeset
for help on using the changeset viewer.