Changeset 13887
- Timestamp:
- Jan 27, 2013, 6:19:52 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r13862 r13887 44 44 #5248 'fails to create torrent with multiple trackers' 45 45 #5249 'error parsing json in some locales' 46 #5259 minor memory leak in tr_torrentDeleteLocalData() 47 #5260 improved documentation for -w argument in transmission-remote 46 48 47 49 -
trunk/daemon/remote.c
r13868 r13887 307 307 { 'v', "verify", "Verify the current torrent(s)", "v", 0, NULL }, 308 308 { 'V', "version", "Show version number and exit", "V", 0, NULL }, 309 { 'w', "download-dir", "When adding a new torrent, set its download folder. Otherwise, set the default download folder", "w", 1, "<path>" },309 { 'w', "download-dir", "When used in conjunction with --add, set the new torrent's download folder. Otherwise, set the default download folder", "w", 1, "<path>" }, 310 310 { 'x', "pex", "Enable peer exchange (PEX)", "x", 0, NULL }, 311 311 { 'X', "no-pex", "Disable peer exchange (PEX)", "X", 0, NULL }, -
trunk/daemon/transmission-remote.1
r13736 r13887 293 293 Show version number and exit 294 294 .It Fl w Fl -download-dir Ar directory 295 Use 296 .Ar directory 297 as the default location for newly added torrents to download files to. 295 When used in conjunction with --add, set the new torrent's download folder. Otherwise, set the default download folder. 298 296 .It Fl x Fl -pex 299 297 Enable peer exchange (PEX).
Note: See TracChangeset
for help on using the changeset viewer.