Changeset 13925
- Timestamp:
- Feb 1, 2013, 7:24:22 PM (8 years ago)
- Location:
- branches/2.7x/daemon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7x/daemon/remote.c
r13625 r13925 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 }, -
branches/2.7x/daemon/transmission-remote.1
r13744 r13925 291 291 Show version number and exit 292 292 .It Fl w Fl -download-dir Ar directory 293 Use 294 .Ar directory 295 as the default location for newly added torrents to download files to. 293 When used in conjunction with --add, set the new torrent's download folder. Otherwise, set the default download folder. 296 294 .It Fl x Fl -pex 297 295 Enable peer exchange (PEX).
Note: See TracChangeset
for help on using the changeset viewer.