1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 15:57:45 +02:00

Merge pull request #369 from nil0x42/master

update doc: DATA_FILE is now `toxic_profile.tox`
This commit is contained in:
JFreegman 2015-12-07 16:11:07 -05:00
commit 1feffcc2f0
2 changed files with 4 additions and 4 deletions

View File

@ -70,7 +70,7 @@ Encrypt an unencrypted data file\&. An error will occur if this option is used w
Use specified Use specified
\fIdata\-file\fR \fIdata\-file\fR
instead of instead of
\fI~/\&.config/tox/data\fR \fI~/\&.config/tox/toxic_profile.tox\fR
.RE .RE
.PP .PP
\-h, \-\-help \-h, \-\-help
@ -127,7 +127,7 @@ __DATADIR__/DHTnodes
Default list of DHT bootstrap nodes\&. Default list of DHT bootstrap nodes\&.
.RE .RE
.PP .PP
~/\&.config/tox/data ~/\&.config/tox/toxic_profile.tox
.RS 4 .RS 4
Savestate which contains your personal info (nickname, Tox ID, contacts, etc) Savestate which contains your personal info (nickname, Tox ID, contacts, etc)
.RE .RE

View File

@ -35,7 +35,7 @@ OPTIONS
is used with an encrypted data file. is used with an encrypted data file.
-f, --file data-file:: -f, --file data-file::
Use specified 'data-file' instead of '~/.config/tox/data' Use specified 'data-file' instead of '~/.config/tox/toxic_profile.tox'
-h, --help:: -h, --help::
Show help message Show help message
@ -71,7 +71,7 @@ FILES
{datadir}/DHTnodes:: {datadir}/DHTnodes::
Default list of DHT bootstrap nodes. Default list of DHT bootstrap nodes.
~/.config/tox/data:: ~/.config/tox/toxic_profile.tox::
Savestate which contains your personal info (nickname, Tox ID, contacts, Savestate which contains your personal info (nickname, Tox ID, contacts,
etc) etc)