Changeset 13838 for trunk/daemon/remote.c
- Timestamp:
- Jan 22, 2013, 6:56:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/remote.c
r13790 r13838 241 241 { 'C', "no-incomplete-dir", "Don't store incomplete torrents in a different location", "C", 0, NULL }, 242 242 { 'b', "debug", "Print debugging information", "b", 0, NULL }, 243 { 'd', "downlimit", "Set the max download speed in "SPEED_K_STR" for the current torrent 244 { 'D', "no-downlimit", "Disable max download speed for the current torrent 243 { 'd', "downlimit", "Set the max download speed in "SPEED_K_STR" for the current torrent(s) or globally", "d", 1, "<speed>" }, 244 { 'D', "no-downlimit", "Disable max download speed for the current torrent(s) or globally", "D", 0, NULL }, 245 245 { 'e', "cache", "Set the maximum size of the session's memory cache (in " MEM_M_STR ")", "e", 1, "<size>" }, 246 246 { 910, "encryption-required", "Encrypt all peer connections", "er", 0, NULL }, … … 248 248 { 912, "encryption-tolerated", "Prefer unencrypted peer connections", "et", 0, NULL }, 249 249 { 850, "exit", "Tell the transmission session to shut down", NULL, 0, NULL }, 250 { 940, "files", "List the current torrent 250 { 940, "files", "List the current torrent(s)' files", "f", 0, NULL }, 251 251 { 'g', "get", "Mark files for download", "g", 1, "<files>" }, 252 252 { 'G', "no-get", "Mark files for not downloading", "G", 1, "<files>" }, 253 { 'i', "info", "Show the current torrent 254 { 940, "info-files", "List the current torrent 255 { 941, "info-peers", "List the current torrent 256 { 942, "info-pieces", "List the current torrent 257 { 943, "info-trackers", "List the current torrent 253 { 'i', "info", "Show the current torrent(s)' details", "i", 0, NULL }, 254 { 940, "info-files", "List the current torrent(s)' files", "if", 0, NULL }, 255 { 941, "info-peers", "List the current torrent(s)' peers", "ip", 0, NULL }, 256 { 942, "info-pieces", "List the current torrent(s)' pieces", "ic", 0, NULL }, 257 { 943, "info-trackers", "List the current torrent(s)' trackers", "it", 0, NULL }, 258 258 { 920, "session-info", "Show the session's details", "si", 0, NULL }, 259 259 { 921, "session-stats", "Show the session's statistics", "st", 0, NULL }, … … 272 272 { 962, "port-test", "Port testing", "pt", 0, NULL }, 273 273 { 'P', "random-port", "Random port for incomping peers", "P", 0, NULL }, 274 { 900, "priority-high", "Try to download these file 275 { 901, "priority-normal", "Try to download these file 276 { 902, "priority-low", "Try to download these file 274 { 900, "priority-high", "Try to download these file(s) first", "ph", 1, "<files>" }, 275 { 901, "priority-normal", "Try to download these file(s) normally", "pn", 1, "<files>" }, 276 { 902, "priority-low", "Try to download these file(s) last", "pl", 1, "<files>" }, 277 277 { 700, "bandwidth-high", "Give this torrent first chance at available bandwidth", "Bh", 0, NULL }, 278 278 { 701, "bandwidth-normal", "Give this torrent bandwidth left over by high priority torrents", "Bn", 0, NULL }, 279 279 { 702, "bandwidth-low", "Give this torrent bandwidth left over by high and normal priority torrents", "Bl", 0, NULL }, 280 { 600, "reannounce", "Reannounce the current torrent 281 { 'r', "remove", "Remove the current torrent 282 { 930, "peers", "Set the maximum number of peers for the current torrent 283 { 'R', "remove-and-delete", "Remove the current torrent 280 { 600, "reannounce", "Reannounce the current torrent(s)", NULL, 0, NULL }, 281 { 'r', "remove", "Remove the current torrent(s)", "r", 0, NULL }, 282 { 930, "peers", "Set the maximum number of peers for the current torrent(s) or globally", "pr", 1, "<max>" }, 283 { 'R', "remove-and-delete", "Remove the current torrent(s) and delete local data", NULL, 0, NULL }, 284 284 { 800, "torrent-done-script", "Specify a script to run when a torrent finishes", NULL, 1, "<file>" }, 285 285 { 801, "no-torrent-done-script", "Don't run a script when torrents finish", NULL, 0, NULL }, 286 { 950, "seedratio", "Let the current torrent 287 { 951, "seedratio-default", "Let the current torrent 288 { 952, "no-seedratio", "Let the current torrent 286 { 950, "seedratio", "Let the current torrent(s) seed until a specific ratio", "sr", 1, "ratio" }, 287 { 951, "seedratio-default", "Let the current torrent(s) use the global seedratio settings", "srd", 0, NULL }, 288 { 952, "no-seedratio", "Let the current torrent(s) seed regardless of ratio", "SR", 0, NULL }, 289 289 { 953, "global-seedratio", "All torrents, unless overridden by a per-torrent setting, should seed until a specific ratio", "gsr", 1, "ratio" }, 290 290 { 954, "no-global-seedratio", "All torrents, unless overridden by a per-torrent setting, should seed regardless of ratio", "GSR", 0, NULL }, 291 291 { 710, "tracker-add", "Add a tracker to a torrent", "td", 1, "<tracker>" }, 292 292 { 712, "tracker-remove", "Remove a tracker from a torrent", "tr", 1, "<trackerId>" }, 293 { 's', "start", "Start the current torrent 294 { 'S', "stop", "Stop the current torrent 295 { 't', "torrent", "Set the current torrent 293 { 's', "start", "Start the current torrent(s)", "s", 0, NULL }, 294 { 'S', "stop", "Stop the current torrent(s)", "S", 0, NULL }, 295 { 't', "torrent", "Set the current torrent(s)", "t", 1, "<torrent>" }, 296 296 { 990, "start-paused", "Start added torrents paused", NULL, 0, NULL }, 297 297 { 991, "no-start-paused", "Start added torrents unpaused", NULL, 0, NULL }, 298 298 { 992, "trash-torrent", "Delete torrents after adding", NULL, 0, NULL }, 299 299 { 993, "no-trash-torrent", "Do not delete torrents after adding", NULL, 0, NULL }, 300 { 984, "honor-session", "Make the current torrent 301 { 985, "no-honor-session", "Make the current torrent 302 { 'u', "uplimit", "Set the max upload speed in "SPEED_K_STR" for the current torrent 303 { 'U', "no-uplimit", "Disable max upload speed for the current torrent 300 { 984, "honor-session", "Make the current torrent(s) honor the session limits", "hl", 0, NULL }, 301 { 985, "no-honor-session", "Make the current torrent(s) not honor the session limits", "HL", 0, NULL }, 302 { 'u', "uplimit", "Set the max upload speed in "SPEED_K_STR" for the current torrent(s) or globally", "u", 1, "<speed>" }, 303 { 'U', "no-uplimit", "Disable max upload speed for the current torrent(s) or globally", "U", 0, NULL }, 304 304 { 830, "utp", "Enable uTP for peer connections", NULL, 0, NULL }, 305 305 { 831, "no-utp", "Disable uTP for peer connections", NULL, 0, NULL }, 306 { 'v', "verify", "Verify the current torrent 306 { 'v', "verify", "Verify the current torrent(s)", "v", 0, NULL }, 307 307 { 'V', "version", "Show version number and exit", "V", 0, NULL }, 308 308 { 'w', "download-dir", "When adding a new torrent, set its download folder. Otherwise, set the default download folder", "w", 1, "<path>" }, … … 311 311 { 'y', "lpd", "Enable local peer discovery (LPD)", "y", 0, NULL }, 312 312 { 'Y', "no-lpd", "Disable local peer discovery (LPD)", "Y", 0, NULL }, 313 { 941, "peer-info", "List the current torrent 313 { 941, "peer-info", "List the current torrent(s)' peers", "pi", 0, NULL }, 314 314 { 0, NULL, NULL, NULL, 0, NULL } 315 315 };
Note: See TracChangeset
for help on using the changeset viewer.