mirror of
https://github.com/transmission/transmission
synced 2025-02-25 07:22:38 +00:00
(trunk daemon) #2155: typo fix: honnor -> honor
This commit is contained in:
parent
178b685eb6
commit
ac4edf277e
2 changed files with 6 additions and 6 deletions
|
@ -116,8 +116,8 @@ static tr_option opts[] =
|
|||
{ 981, "no-torrent-downlimit", "Don't limit the download speed for the current torrent(s)", "TD", 0, NULL },
|
||||
{ 982, "torrent-uplimit", "Set the maximum upload speed for the current torrent(s) in KB/s", "tu", 1, "<speed>" },
|
||||
{ 983, "no-torrent-uplimit", "Don't limit the upload speed for the current torrent(s)", "TU", 0, NULL },
|
||||
{ 984, "honnor-session", "Make the current torrent(s) honnor the session limits", "hl", 0, NULL },
|
||||
{ 985, "no-honnor-session", "Make the current torrent(s) not honnor the session limits", "HL", 0, NULL },
|
||||
{ 984, "honor-session", "Make the current torrent(s) honor the session limits", "hl", 0, NULL },
|
||||
{ 985, "no-honor-session", "Make the current torrent(s) not honor the session limits", "HL", 0, NULL },
|
||||
{ 'u', "uplimit", "Set the maximum global upload speed in KB/s", "u", 1, "<speed>" },
|
||||
{ 'U', "no-uplimit", "Don't limit the global upload speed", "U", 0, NULL },
|
||||
{ 'v', "verify", "Verify the current torrent(s)", "v", 0, NULL },
|
||||
|
|
|
@ -230,10 +230,10 @@ Limit the current torrent(s) upload speed to
|
|||
kilobytes per second.
|
||||
.It Fl TU Fl -no-torrent-uplimit
|
||||
Don't use the current torrent(s) upload limit.
|
||||
.It Fl hl Fl -honnor-session
|
||||
Make the current torrent(s) honnor the session limits.
|
||||
.It Fl HL Fl -no-honnor-session
|
||||
Make the current torrent(s) not honnor the session limits.
|
||||
.It Fl hl Fl -honor-session
|
||||
Make the current torrent(s) honor the session limits.
|
||||
.It Fl HL Fl -no-honor-session
|
||||
Make the current torrent(s) not honor the session limits.
|
||||
.It Fl u Fl -uplimit Ar limit
|
||||
Limit the global upload speed to
|
||||
.Ar limit
|
||||
|
|
Loading…
Reference in a new issue