Changeset 1658
- Timestamp:
- Apr 4, 2007, 1:20:45 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/cli/transmissioncli.1
r920 r1658 14 14 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 15 .\" 16 .Dd April 22, 200616 .Dd April 3, 2007 17 17 .Dt TRANSMISSIONCLI 1 18 18 .Os 19 19 .Sh NAME 20 20 .Nm transmissioncli 21 .Nd a lightweightbittorrent client21 .Nd a bittorrent client 22 22 .Sh SYNOPSIS 23 23 .Nm transmissioncli 24 24 .Bk -words 25 .Op Fl h 26 .Op Fl i Ar torrent-file 27 .Op Fl s Ar torrent-file 25 .Fl h 26 .Nm 28 27 .Op Fl v Ar level 28 .Fl i 29 .Ar torrent-file 30 .Nm 31 .Op Fl v Ar level 32 .Fl s 33 .Ar torrent-file 34 .Nm 35 .Op Fl v Ar level 36 .Op Fl p Ar port 37 .Op Fl d Ar download-rate 38 .Op Fl u Ar upload-rate 39 .Op Fl f Ar script 29 40 .Op Fl n 30 .Op Fl p Ar port 31 .Op Fl u Ar upload-rate 32 .Op Fl u Ar download-rate 33 .Op Fl f Ar script 41 .Ar torrent-file 34 42 .Ek 35 43 .Sh DESCRIPTION … … 37 45 .Nm 38 46 program is a lightweight, command-line BitTorrent client with 39 scripting capabilities. The options are as follows:47 scripting capabilities. 40 48 .Pp 49 The options are as follows: 41 50 .Bl -tag -width Ds 42 51 .It Fl h, Fl -help 43 52 Prints a short usage summary. 44 .It Fl i, Fl -info Ar torrent-file53 .It Fl i, Fl -info 45 54 Shows information from the specified torrent file, such as the 46 55 cryptographic hash, the tracker, announcement, file size and file 47 56 name. 48 .It Fl s, -scrape Ar torrent-file57 .It Fl s, -scrape 49 58 Prints the number of seeders and leechers for the specified torrent 50 59 file, and exits. … … 59 68 9090. 60 69 .It Fl u, -upload Ar upload-rate 61 Specifies the maximum upload rate in kB/s, which defaults to 20. The70 Specifies the maximum upload rate in kB/s, which defaults to 20. The 62 71 level -1 may be used for unlimited uploads. 63 72 .It Fl d, -download Ar download-rate … … 78 87 program was written by 79 88 .An -nosplit 80 .An Eric Petit Aq titer@m0k.org 81 .An Josh Elsasser Aq josh@elsasser.org 82 .An Bryan Varner Aq bryan@varnernet.com 89 .An Eric Petit Aq titer@m0k.org , 90 .An Josh Elsasser Aq josh@elsasser.org , 83 91 and 84 .An Mi chael Demars Aq keul@m0k.org.92 .An Mitchell Livingston Aq livings124@gmail.com . 85 93 .Sh SEE ALSO 94 .Xr transmission-gtk 1 95 .Pp 86 96 http://transmission.m0k.org 87 .Sh CAVEATS88 .Nm89 currently saves its downloads into the directory from which it was90 called. If this directory is not writeable by the user, the program91 will terminate unexpectedly. -
trunk/mk/gtk.mk
r1504 r1658 35 35 $(DEP_RULE) 36 36 37 install: transmission-gtk .po desktop.install icon.install37 install: transmission-gtk man.install desktop.install icon.install .po 38 38 $(INSTALL_BIN_RULE) 39 39 @$(MAKE) $(MAKEARGS) -C po -f ../../mk/po.mk install … … 45 45 $(INSTALL_ICON_RULE) 46 46 47 man.install: transmission-gtk.1 48 $(INSTALL_MAN_RULE) 49 47 50 morepot: $(SRCS) 48 51 xgettext --output=po/transmission-gtk.pot --from-code=UTF-8 --add-comments --keyword=_ --keyword=N_ $^
Note: See TracChangeset
for help on using the changeset viewer.