From c0451db34bffbcf8b4c88b60c745db0b292b0df6 Mon Sep 17 00:00:00 2001 From: Lans Zhang Date: Tue, 11 Jul 2017 14:13:36 +0800 Subject: README: fix a typo Signed-off-by: Lans Zhang --- meta-encrypted-storage/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. In runtime, for example, create LUKS partition on /dev/sdb1 with the name "my_luks_part": ``` -# luks-setup.sh -d /dev/sdb1 -n my_luks_name -e +# luks-setup.sh -d /dev/sdb1 -n my_luks_part -e ``` Note: if TPM is detected, the passphrase will be generated automatically. -- cgit v1.2.3-54-g00ecf