diff --git a/tasks/deployment-reencryption.xml b/tasks/deployment-reencryption.xml
index dedbb9b0..a6d9f144 100644
--- a/tasks/deployment-reencryption.xml
+++ b/tasks/deployment-reencryption.xml
@@ -76,7 +76,9 @@ in the assembly -->
Change the recovery password:
- &prompt.root;cryptsetup luksChangeKey --key-file PATH_TO_DEFAULT --pbkdf pbkdf2 "${luks_dev}" PATH_TO_NEW
+ &prompt.root;cryptsetup --key-file
+ PATH_TO_DEFAULT luksChangeKey --pbkdf pbkdf2 "${luks_dev}"
+ PATH_TO_NEW
PATH_TO_DEFAULT is a path to the key file with the default
passphrase. PATH_TO_NEW is a path to the key file with your new passphrase.