Changeset 11809
- Timestamp:
- Feb 2, 2011, 3:17:38 AM (12 years ago)
- Location:
- trunk/daemon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/remote.c
r11714 r11809 286 286 { 953, "global-seedratio", "All torrents, unless overridden by a per-torrent setting, should seed until a specific ratio", "gsr", 1, "ratio" }, 287 287 { 954, "no-global-seedratio", "All torrents, unless overridden by a per-torrent setting, should seed regardless of ratio", "GSR", 0, NULL }, 288 { 710, "tracker-add", "Add a tracker to a torrent", "t a", 1, "<tracker>" },288 { 710, "tracker-add", "Add a tracker to a torrent", "td", 1, "<tracker>" }, 289 289 { 712, "tracker-remove", "Remove a tracker from a torrent", "tr", 1, "<trackerId>" }, 290 290 { 's', "start", "Start the current torrent(s)", "s", 0, NULL }, -
trunk/daemon/transmission-remote.1
r11686 r11809 232 232 .It Fl srd Fl -seedratio-default 233 233 Let the current torrent(s) use the global seedratio settings 234 .It Fl t aFl -tracker-add Ar tracker234 .It Fl td Fl -tracker-add Ar tracker 235 235 Add a tracker to a torrent 236 236 .It Fl tr Fl -tracker-remove Ar trackerId
Note: See TracChangeset
for help on using the changeset viewer.