Last change
on this file since 10813 was
10813,
checked in by Longinus00, 12 years ago
|
(utils) add manpage for transmission-show
|
File size:
1.2 KB
|
Line | |
---|
1 | .Dd June 9, 2010 |
---|
2 | .Dt TRANSMISSION-EDIT 1 |
---|
3 | .Os |
---|
4 | .Sh NAME |
---|
5 | .Nm transmission-edit |
---|
6 | .Nd command-line utility to modify .torrent files' announce URLs |
---|
7 | .Sh SYNOPSIS |
---|
8 | .Bk -words |
---|
9 | .Nm |
---|
10 | .Op Fl h |
---|
11 | .Op Fl a Ar url |
---|
12 | .Op Fl d Ar url |
---|
13 | .Op Fl r Ar search Ar replace |
---|
14 | .Ar torrentfile(s) |
---|
15 | .Ek |
---|
16 | .Sh DESCRIPTION |
---|
17 | .Nm |
---|
18 | command-line utility to modify .torrent files' announce URLs |
---|
19 | .Sh OPTIONS |
---|
20 | .Bl -tag -width Ds |
---|
21 | .It Fl h Fl -help |
---|
22 | Show a short help page and exit. |
---|
23 | .It Fl a Fl -add Ar URL |
---|
24 | Add an announce URL to the torrent's announce-list if it's not already in the list |
---|
25 | .It Fl d Fl -delete Ar URL |
---|
26 | Remove an announce URL from the torrent's announce-list |
---|
27 | .It Fl r Fl -replace Ar search Ar replace |
---|
28 | Substring search-and-replace inside a torrent's announce URLs. This can be used to change an announce URL when the tracker moves or your passcode changes. |
---|
29 | .El |
---|
30 | .Sh EXAMPLES |
---|
31 | Update a tracker passcode in all your torrents: |
---|
32 | .Bd -literal -offset indent |
---|
33 | $ transmission-edit -r old-passcode new-passcode ~/.config/transmission/torrents/*\\.torrent |
---|
34 | .Ed |
---|
35 | .Sh AUTHORS |
---|
36 | .An -nosplit |
---|
37 | .An Charles Kerr |
---|
38 | .Sh SEE ALSO |
---|
39 | .Xr transmission-daemon 1 , |
---|
40 | .Xr transmission-gtk 1, |
---|
41 | .Xr transmission-create 1 , |
---|
42 | .Xr transmission-show 1 |
---|
43 | .Pp |
---|
44 | http://www.transmissionbt.com/ |
---|
Note: See
TracBrowser
for help on using the repository browser.