From 72d30798bc472e865a22a6adf56ac9f378ecdf11 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Wed, 24 Aug 2022 16:56:45 +0200 Subject: [PATCH] Correct a typo in `docs/cli-reference/dfx-identity.md` --- docs/cli-reference/dfx-identity.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli-reference/dfx-identity.md b/docs/cli-reference/dfx-identity.md index 3470df2956..256d1d7a14 100644 --- a/docs/cli-reference/dfx-identity.md +++ b/docs/cli-reference/dfx-identity.md @@ -132,7 +132,7 @@ You can specify the following options for the `dfx identity import` command. |Argument|Description| |--------|-----------| -|`--disable-encryption` |DANGEROUS: By default, PEM files are encrypted with a password when writing them to disk. I you want the convenience of not having to type your password (but at the risk of having your PEM file compromised), you can disable the encryption with this flag.| +|`--disable-encryption` |DANGEROUS: By default, PEM files are encrypted with a password when writing them to disk. If you want the convenience of not having to type your password (but at the risk of having your PEM file compromised), you can disable the encryption with this flag.| |`--force` |If the identity already exists, remove and re-import it.| ### Examples @@ -217,7 +217,7 @@ You can specify the following options for the `+dfx identity new+` command. |Argument|Description| |--------|-----------| -|`--disable-encryption` |DANGEROUS: By default, PEM files are encrypted with a password when writing them to disk. I you want the convenience of not having to type your password (but at the risk of having your PEM file compromised), you can disable the encryption with this flag.| +|`--disable-encryption` |DANGEROUS: By default, PEM files are encrypted with a password when writing them to disk. If you want the convenience of not having to type your password (but at the risk of having your PEM file compromised), you can disable the encryption with this flag.| |`--force` |If the identity already exists, remove and re-import it.| |`--hsm-key-id ` |A sequence of pairs of hex digits.| |`--hsm-pkcs11-lib-path ` |The file path to the opensc-pkcs11 library e.g. "/usr/local/lib/opensc-pkcs11.so"|