synced with online version
authorArno Wagner <wagner.arno@gmail.com>
Fri, 27 Apr 2012 12:20:59 +0000 (14:20 +0200)
committerArno Wagner <wagner.arno@gmail.com>
Fri, 27 Apr 2012 12:20:59 +0000 (14:20 +0200)
FAQ

diff --git a/FAQ b/FAQ
index 5023a64..dce3d55 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -1003,11 +1003,11 @@ A. Contributors
   partition creation. Example:
 
  
-     cryptsetup luksHeaderBackup --header-backup-file h <device>
+     cryptsetup luksHeaderBackup --header-backup-file <file> <device>
  
   To restore, use the inverse command, i.e.
 
-     cryptsetup luksHeaderRestore --header-backup-file h <device>
+     cryptsetup luksHeaderRestore --header-backup-file <file> <device>
  
 
  * 6.3 How do I test a LUKS header?