Changeset 14326
- Timestamp:
- Jul 19, 2014, 11:35:10 PM (8 years ago)
- Location:
- trunk/daemon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/remote.c
r14325 r14326 279 279 { 'r', "remove", "Remove the current torrent(s)", "r", 0, NULL }, 280 280 { 930, "peers", "Set the maximum number of peers for the current torrent(s) or globally", "pr", 1, "<max>" }, 281 { 'R', "remove-and-delete", "Remove the current torrent(s) and delete local data", "R", 0, NULL },281 { 'R', "remove-and-delete", "Remove the current torrent(s) and delete local data", NULL, 0, NULL }, 282 282 { 800, "torrent-done-script", "Specify a script to run when a torrent finishes", NULL, 1, "<file>" }, 283 283 { 801, "no-torrent-done-script", "Don't run a script when torrents finish", NULL, 0, NULL }, -
trunk/daemon/transmission-remote.1
r14211 r14326 230 230 .It Fl r Fl -remove 231 231 Remove the current torrent(s). This does not delete the downloaded data. 232 .It Fl R Fl-remove-and-delete232 .It Fl -remove-and-delete 233 233 Remove the current torrent(s) and delete their downloaded data. 234 234 .It Fl -reannounce
Note: See TracChangeset
for help on using the changeset viewer.