]> granicus.if.org Git - transmission/commitdiff
(trunk libT) annotate the help & man page to note that URLs are accepted by the ...
authorCharles Kerr <charles@transmissionbt.com>
Sun, 18 Jan 2009 15:27:12 +0000 (15:27 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Sun, 18 Jan 2009 15:27:12 +0000 (15:27 +0000)
daemon/remote.c
daemon/transmission-remote.1

index 8b8d9c131db9b28194ddf39b154141f32e02950c..c225e76a3fb4f7c25f84fd368915f0da5a03e571 100644 (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 },
index a9bf1a5a2b37357d6db27c0645f45a42412adda9..2926e4926390b442c3df2b7ecf91bc78a2bbfb61 100644 (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.