From 48f1d2c270de5a8bd5d0b5de7b2af534778c6d7c Mon Sep 17 00:00:00 2001 From: fred_the_tech_writer <69817454+fschillingeriv@users.noreply.github.com> Date: Mon, 15 Mar 2021 08:49:50 -0400 Subject: [PATCH] Update encrypted-export.md (#488) --- _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 92e0cb36..773d12bb 100644 --- a/_articles/importing/encrypted-export.md +++ b/_articles/importing/encrypted-export.md @@ -126,7 +126,7 @@ To create an encrypted export of your personal Vault data from a Mobile app: #### Export from the CLI -To create an encrypted export of your personal Vault data from the CLI, use the `export` command with the specified option `--format json_encrypted`, for example: +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