1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-20 13:16:53 +00:00

(trunk libT) annotate the help & man page to note that URLs are accepted by the --add argument

This commit is contained in:
Charles Kerr 2009-01-18 15:27:12 +00:00
parent 27cb7caf55
commit 69e013012f
2 changed files with 4 additions and 6 deletions

View file

@ -58,7 +58,7 @@ getUsage( void )
static tr_option opts[] =
{
{ 'a', "add", "Add torrent files", "a", 0, NULL },
{ 'a', "add", "Add torrent files by filename or URL", "a", 0, NULL },
{ 'b', "debug", "Print debugging information", "b", 0, NULL },
{ 'd', "downlimit", "Set the maximum global download speed in KB/s", "d", 1, "<speed>" },
{ 'D', "no-downlimit", "Don't limit the global download speed", "D", 0, NULL },

View file

@ -11,7 +11,7 @@ and
.Bk -words
.Nm
.Op Ar host:port | host | port
.Op Fl a Ar torrent-files
.Op Fl a Ar filenames-or-URLs
.Op Fl b
.Op Fl d Ar number | Fl D
.Op Fl er | ep | et
@ -51,10 +51,8 @@ Other sessions can be controlled by specifying a different host and/or port.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl a Fl -add Ar torrent-file(s)
Add
.Ar torrent-file(s)
into transmission.
.It Fl a Fl -add Ar filenames-or-URLs
Add torrents to transmission.
.It Fl b Fl -debug
Enable debugging mode.