1
0
mirror of https://github.com/bitwarden/help synced 2025-12-15 15:53:53 +00:00

Changed "json_encrypted" to "encrypted_json" (#489)

The option should be "encrypted_json" for the CLI. Verified syntax on bitwarden-cli 1.15.0.
This commit is contained in:
tangowithfoxtrot
2021-03-15 08:11:12 -05:00
committed by GitHub
parent 48f1d2c270
commit b798399ef9

View File

@@ -129,7 +129,7 @@ To create an encrypted export of your personal Vault data from a Mobile app:
To create an encrypted export of your personal Vault data from the CLI, use the `export` command with the specified option `--format encrypted_json`, for example:
```
bw export my-master-password --output /users/me/documents/ --format json_encrypted
bw export my-master-password --output /users/me/documents/ --format encrypted_json
```
For more detail, see our [CLI documentation]({% link _articles/miscellaneous/cli.md %}).