Changeset 7745
- Timestamp:
- Jan 18, 2009, 3:27:12 PM (12 years ago)
- Location:
- trunk/daemon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/remote.c
r7744 r7745 59 59 static tr_option opts[] = 60 60 { 61 { 'a', "add", "Add torrent files ", "a", 0, NULL },61 { 'a', "add", "Add torrent files by filename or URL", "a", 0, NULL }, 62 62 { 'b', "debug", "Print debugging information", "b", 0, NULL }, 63 63 { 'd', "downlimit", "Set the maximum global download speed in KB/s", "d", 1, "<speed>" }, -
trunk/daemon/transmission-remote.1
r7331 r7745 12 12 .Nm 13 13 .Op Ar host:port | host | port 14 .Op Fl a Ar torrent-files14 .Op Fl a Ar filenames-or-URLs 15 15 .Op Fl b 16 16 .Op Fl d Ar number | Fl D … … 52 52 .Sh OPTIONS 53 53 .Bl -tag -width Ds 54 .It Fl a Fl -add Ar torrent-file(s) 55 Add 56 .Ar torrent-file(s) 57 into transmission. 54 .It Fl a Fl -add Ar filenames-or-URLs 55 Add torrents to transmission. 58 56 59 57 .It Fl b Fl -debug
Note: See TracChangeset
for help on using the changeset viewer.