From b798399ef93fe2424173ac43b03f027f037f118d Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Mon, 15 Mar 2021 08:11:12 -0500 Subject: [PATCH] Changed "json_encrypted" to "encrypted_json" (#489) The option should be "encrypted_json" for the CLI. Verified syntax on bitwarden-cli 1.15.0. --- _articles/importing/encrypted-export.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_articles/importing/encrypted-export.md b/_articles/importing/encrypted-export.md index 773d12bb..a84e67ee 100644 --- a/_articles/importing/encrypted-export.md +++ b/_articles/importing/encrypted-export.md @@ -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 %}).