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 },
.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
.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.