mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
make the help daemon/remote/cli help pages a little more consistent
This commit is contained in:
@@ -52,7 +52,7 @@ static tr_option opts[] =
|
||||
{
|
||||
{ 'a', "add", "Add torrent files", "a", 0, NULL },
|
||||
{ 'b', "debug", "Print debugging information", "b", 0, NULL },
|
||||
{ 'd', "downlimit", "Set the maximum download speed in KB/s", "d", 1, "<number>" },
|
||||
{ 'd', "downlimit", "Set the maximum download speed in KB/s", "d", 1, "<speed>" },
|
||||
{ 'D', "no-downlimit", "Don't limit the download speed", "D", 0, NULL },
|
||||
{ 910, "encryption-required", "Encrypt all peer connections", "er", 0, NULL },
|
||||
{ 911, "encryption-preferred", "Prefer encrypted peer connections", "ep", 0, NULL },
|
||||
@@ -66,15 +66,17 @@ static tr_option opts[] =
|
||||
{ 'm', "portmap", "Enable portmapping via NAT-PMP or UPnP", "m", 0, NULL },
|
||||
{ 'M', "no-portmap", "Disable portmapping", "M", 0, NULL },
|
||||
{ 'n', "auth", "Set username for authentication", "n", 1, "<auth>" },
|
||||
{ 'p', "port", "Port to listen for incoming peers", "p", 1, "<port>" },
|
||||
{ 'p', "port",
|
||||
"Port for incoming peers (Default: "TR_DEFAULT_PORT_STR")",
|
||||
"p", 1, "<port>" },
|
||||
{ 900, "priority-high", "Set the files' priorities as high", "ph", 1, "<files>" },
|
||||
{ 901, "priority-normal", "Set the files' priorities as normal", "pn", 1, "<files>" },
|
||||
{ 902, "priority-normal", "Set the files' priorities as low", "pl", 1, "<files>" },
|
||||
{ 'r', "remove", "Remove the current torrent(s)", "r", 0, NULL },
|
||||
{ 's', "start", "Start the current torrent(s)", "s", 0, NULL },
|
||||
{ 'S', "stop", "Stop the current torrent(s)", "S", 0, NULL },
|
||||
{ 't', "torrent", "Set the current torrent(s)", "t", 1, "<torrents>" },
|
||||
{ 'u', "uplimit", "Set the maximum upload speed in KB/s", "u", 1, "<number>" },
|
||||
{ 't', "torrent", "Set the current torrent(s)", "t", 1, "<torrent>" },
|
||||
{ 'u', "uplimit", "Set the maximum upload speed in KB/s", "u", 1, "<speed>" },
|
||||
{ 'U', "no-uplimit", "Don't limit the upload speed", "U", 0, NULL },
|
||||
{ 'v', "verify", "Verify the current torrent(s)", "v", 0, NULL },
|
||||
{ 'w', "download-dir", "Set the default download folder", "w", 1, "<path>" },
|
||||
|
||||
Reference in New Issue
Block a user