fix typical error in README
This commit is contained in:
parent
9c30736aa0
commit
52a53335fb
|
@ -4,6 +4,12 @@ This is a small CLI tool to open a DeltaChat directory
|
||||||
and export it in the format
|
and export it in the format
|
||||||
which can be imported by any Delta Chat client.
|
which can be imported by any Delta Chat client.
|
||||||
|
|
||||||
|
**NOTE:** if you encounter the error
|
||||||
|
`Fatal error: failed to load accounts config: channel closed`,
|
||||||
|
make sure the accounts directory you specified
|
||||||
|
isn't used by a running Delta Chat client or bot
|
||||||
|
right now.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -26,6 +32,6 @@ options:
|
||||||
--passphrase PASSPHRASE
|
--passphrase PASSPHRASE
|
||||||
passphrase to encrypt the backup file. environment variable: DC_BACKUP_PASSPHRASE
|
passphrase to encrypt the backup file. environment variable: DC_BACKUP_PASSPHRASE
|
||||||
-v, --verbose print logs
|
-v, --verbose print logs
|
||||||
$ poetry run backup-dc-from-db-cli --account user@example.org --output ~/Desktop/backup.tar
|
$ poetry run backup-dc-from-db-cli --account user@example.org --output ~/Desktop
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue