mirror of
https://github.com/Tha14/toxic.git
synced 2026-01-27 18:13:15 +01:00
add option to unencrypt an encrypted data file
This commit is contained in:
@@ -31,8 +31,8 @@ OPTIONS
|
||||
Use default locale
|
||||
|
||||
-e, --encrypt-data::
|
||||
Encrypt an existing unencrypted data file. An error will occur
|
||||
if this option is used with a non-existent or encrypted data file.
|
||||
Encrypt an unencrypted data file. An error will occur if this option
|
||||
is used with a non-existent or encrypted data file.
|
||||
|
||||
-f, --file data-file::
|
||||
Use specified 'data-file' instead of '~/.config/tox/data'
|
||||
@@ -56,6 +56,10 @@ OPTIONS
|
||||
-t, --force-tcp::
|
||||
Force TCP connection (use this with proxies)
|
||||
|
||||
-u, --unencrypt-data::
|
||||
Unencrypt a data file. A warning will appear if this option is used
|
||||
with a data file that is already unencrypted.
|
||||
|
||||
-x, --nodata::
|
||||
Ignore data file
|
||||
|
||||
|
||||
Reference in New Issue
Block a user