summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLans Zhang <jia.zhang@windriver.com>2017-07-11 14:13:36 +0800
committerLans Zhang <jia.zhang@windriver.com>2017-07-11 14:13:36 +0800
commitc0451db34bffbcf8b4c88b60c745db0b292b0df6 (patch)
tree9cefa75aae0302af3146d729d8a4adeba2044b20
parent473d7cf3fdaa013905c3f5a879ab27f0d70affb8 (diff)
downloadmeta-secure-core-c0451db34bffbcf8b4c88b60c745db0b292b0df6.tar.gz
README: fix a typo
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r--meta-encrypted-storage/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-encrypted-storage/README.md b/meta-encrypted-storage/README.md
index 989c8be..b3d2ef4 100644
--- a/meta-encrypted-storage/README.md
+++ b/meta-encrypted-storage/README.md
@@ -77,7 +77,7 @@ partition.
77In runtime, for example, create LUKS partition on /dev/sdb1 with the 77In runtime, for example, create LUKS partition on /dev/sdb1 with the
78name "my_luks_part": 78name "my_luks_part":
79``` 79```
80# luks-setup.sh -d /dev/sdb1 -n my_luks_name -e 80# luks-setup.sh -d /dev/sdb1 -n my_luks_part -e
81``` 81```
82Note: if TPM is detected, the passphrase will be generated automatically. 82Note: if TPM is detected, the passphrase will be generated automatically.
83 83