Changeset 11809


Ignore:
Timestamp:
Feb 2, 2011, 3:17:38 AM (12 years ago)
Author:
jordan
Message:

(trunk daemon) #3775 "'-tall' no longer works for transmission-remote" -- fixed.

looks like this was broken in r10907 for #3368 in 2.00 when we added "-ta" as the short form of "--tracker-add". "-ta" seems to be conflicting with "-tall". This can be fixed by changing --tracker-add's short form.

Location:
trunk/daemon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/daemon/remote.c

    r11714 r11809  
    286286    { 953, "global-seedratio",       "All torrents, unless overridden by a per-torrent setting, should seed until a specific ratio", "gsr", 1, "ratio" },
    287287    { 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", "ta", 1, "<tracker>" },
     288    { 710, "tracker-add",            "Add a tracker to a torrent", "td", 1, "<tracker>" },
    289289    { 712, "tracker-remove",         "Remove a tracker from a torrent", "tr", 1, "<trackerId>" },
    290290    { 's', "start",                  "Start the current torrent(s)", "s",  0, NULL },
  • trunk/daemon/transmission-remote.1

    r11686 r11809  
    232232.It Fl srd Fl -seedratio-default
    233233Let the current torrent(s) use the global seedratio settings
    234 .It Fl ta Fl -tracker-add Ar tracker
     234.It Fl td Fl -tracker-add Ar tracker
    235235Add a tracker to a torrent
    236236.It Fl tr Fl -tracker-remove Ar trackerId
Note: See TracChangeset for help on using the changeset viewer.