mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 22:03:02 +01:00
doc/toxic: Add missing flags and sort alphabetically.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
3e79a5ca8b
commit
f5401df2c7
32
doc/toxic.1
32
doc/toxic.1
@ -1,4 +1,4 @@
|
|||||||
.TH TOXIC 1 "June 2014" "Toxic v__VERSION__" "User Manual"
|
.TH TOXIC 1 "August 2014" "Toxic v__VERSION__" "User Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
Toxic \- CLI client for Tox
|
Toxic \- CLI client for Tox
|
||||||
.SH SYNOPSYS
|
.SH SYNOPSYS
|
||||||
@ -14,32 +14,40 @@ Toxic is an ncurses-based instant messaging client for Tox which formerly
|
|||||||
resided in the Tox core repository, and is now available as a standalone
|
resided in the Tox core repository, and is now available as a standalone
|
||||||
application.
|
application.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.IP "\-f, \-\-file data\-file"
|
|
||||||
Use specified
|
|
||||||
.I data\-file
|
|
||||||
instead of
|
|
||||||
.IR ~/.config/tox/data
|
|
||||||
.IP "\-x, \-\-nodata"
|
|
||||||
Ignore data file
|
|
||||||
.IP "\-4, \-\-ipv4"
|
.IP "\-4, \-\-ipv4"
|
||||||
Force IPv4 connection
|
Force IPv4 connection
|
||||||
.IP "\-b, \-\-debug
|
.IP "\-b, \-\-debug
|
||||||
Enable debugging messages (prints to stderr). Redirect output to avoid breaking
|
Enable debugging messages (prints to stderr). Redirect output to avoid breaking
|
||||||
the curses interface and better capture messages.
|
the curses interface and better capture messages.
|
||||||
.IP "\-d, \-\-default_locale
|
|
||||||
Use default locale
|
|
||||||
.IP "\-c, \-\-config config\-file"
|
.IP "\-c, \-\-config config\-file"
|
||||||
Use specified
|
Use specified
|
||||||
|
.IP "\-d, \-\-default_locale
|
||||||
|
Use default locale
|
||||||
.I config\-file
|
.I config\-file
|
||||||
instead of
|
instead of
|
||||||
.IR ~/.config/tox/toxic.conf
|
.IR ~/.config/tox/toxic.conf
|
||||||
|
.IP "\-f, \-\-file data\-file"
|
||||||
|
Use specified
|
||||||
|
.I data\-file
|
||||||
|
instead of
|
||||||
|
.IR ~/.config/tox/data
|
||||||
|
.IP "\-h, \-\-help"
|
||||||
|
Show help message
|
||||||
.IP "\-n, \-\-nodes nodes\-file"
|
.IP "\-n, \-\-nodes nodes\-file"
|
||||||
Use specified
|
Use specified
|
||||||
.I nodes\-file
|
.I nodes\-file
|
||||||
for DHT bootstrap nodes, instead of
|
for DHT bootstrap nodes, instead of
|
||||||
.IR __DATADIR__/DHTnodes
|
.IR __DATADIR__/DHTnodes
|
||||||
.IP "\-h, \-\-help"
|
.IP "\-o, \-\-noconnect"
|
||||||
Show help message
|
Do not connect to the DHT network
|
||||||
|
.IP "\-p, \-\-proxy"
|
||||||
|
Use proxy: Requires [IP] [port]
|
||||||
|
.IP "\-r, \-\-dnslist"
|
||||||
|
Use specified DNSservers file
|
||||||
|
.IP "\-t, \-\-force\-tcp"
|
||||||
|
Force TCP connection (use this with proxies)
|
||||||
|
.IP "\-x, \-\-nodata"
|
||||||
|
Ignore data file
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.IP __DATADIR__/DHTnodes
|
.IP __DATADIR__/DHTnodes
|
||||||
Default list of DHT bootstrap nodes.
|
Default list of DHT bootstrap nodes.
|
||||||
|
Loading…
Reference in New Issue
Block a user