mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-09 14:27:56 +00:00
- Fix from Cristian Greco about replacing hyphens by minus
This commit is contained in:
parent
e9865c42bd
commit
71a92bbb63
28
doc/qbittorrent.1
Normal file
28
doc/qbittorrent.1
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
.\" This manpage has been automatically generated by docbook2man
|
||||||
|
.\" from a DocBook document. This tool can be found at:
|
||||||
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>.
|
||||||
|
.TH "QBITTORRENT" "1" "September 1st 2007" "Bittorrent client written in C++ / Qt4" ""
|
||||||
|
|
||||||
|
.SH NAME
|
||||||
|
qBittorrent \- a Bittorrent client written in C++ / Qt4
|
||||||
|
.SH SYNOPSIS
|
||||||
|
|
||||||
|
\fBqbittorrent\fR [FILE | URL] [FILE | URL...]
|
||||||
|
|
||||||
|
\fBqbittorrent\fR \-\-help
|
||||||
|
|
||||||
|
\fBqbittorrent\fR \-\-version
|
||||||
|
.PP
|
||||||
|
.SH "DESCRIPTION"
|
||||||
|
|
||||||
|
\fBqBittorrent\fR is an advanced Bittorrent client written in C++ / Qt4,
|
||||||
|
using the \fBrblibtorrent\fR library by Arvid Norberg. qBittorrent aims
|
||||||
|
to be a good alternative to all other bittorrent clients out there. qBittorrent
|
||||||
|
is fast, stable, light, it supports unicode and it provides a good integrated search engine.
|
||||||
|
It also comes with UPnP port forwarding / NAT-PMP, encryption (Azureus compatible), FAST extension (mainline) and PeX support (utorrent compatible).
|
||||||
|
|
||||||
|
Please report any problem to http://bugs.qbittorrent.org
|
||||||
|
.PP
|
||||||
|
.SH "AUTHOR"
|
||||||
|
|
||||||
|
Christophe Dumez <chris@qbittorrent.org>
|
Binary file not shown.
@ -44,7 +44,7 @@ contains(DEBUG_MODE, 0){
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Man page
|
# Man page
|
||||||
man.files = ../doc/qbittorrent.1.gz
|
man.files = ../doc/qbittorrent.1
|
||||||
man.path = $$PREFIX/share/man/man1/
|
man.path = $$PREFIX/share/man/man1/
|
||||||
INSTALLS += man
|
INSTALLS += man
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user