mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
parent
145971b915
commit
2dc1a7d66f
10 changed files with 42 additions and 9 deletions
36
doc/en/qbittorrent.1.md
Normal file
36
doc/en/qbittorrent.1.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
% QBITTORRENT(1) Bittorrent client written in C++ / Qt
|
||||
% Christophe Dumez <chris@qbittorrent.org>
|
||||
% January 16th 2010
|
||||
|
||||
# NAME
|
||||
qBittorrent - a Bittorrent client written in C++ / Qt
|
||||
|
||||
|
||||
# SYNOPSIS
|
||||
**qbittorrent** `[--no-splash] [--webui-port=x] [TORRENT_FILE | URL]...`
|
||||
|
||||
**qbittorrent** `--help`
|
||||
|
||||
**qbittorrent** `--version`
|
||||
|
||||
|
||||
# DESCRIPTION
|
||||
**qBittorrent** is an advanced Bittorrent client written in C++ / Qt,
|
||||
using the **libtorrent-rasterbar** library by Arvid Norberg. qBittorrent is similar to uTorrent.
|
||||
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 (Vuze compatible),
|
||||
FAST extension (mainline) and PeX support (utorrent compatible).
|
||||
|
||||
|
||||
# OPTIONS
|
||||
**`--help`** Prints the command line options.
|
||||
|
||||
**`--version`** Prints qbittorrent program version number.
|
||||
|
||||
**`--no-splash`** Disables splash screen on startup.
|
||||
|
||||
**`--webui-port=x`** Changes Web UI port to x (default: 8080).
|
||||
|
||||
|
||||
# BUGS
|
||||
If you find a bug, please report it at https://bugs.qbittorrent.org
|
Loading…
Add table
Add a link
Reference in a new issue