Fix discards option name.
authorMilan Broz <gmazyland@gmail.com>
Mon, 5 Dec 2011 18:43:47 +0000 (18:43 +0000)
committerMilan Broz <gmazyland@gmail.com>
Mon, 5 Dec 2011 18:43:47 +0000 (18:43 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@696 36d66b0a-2a48-0410-832c-cd162a569da5

docs/v1.4.0-ReleaseNotes

index eff3736..6a176d4 100644 (file)
@@ -62,14 +62,14 @@ WARNING: This release removes old deprecated API from libcryptsetup
             cannot properly work (there is filesystem allocation layer between
             header and disk).
 
-* Support --enable-discards option to allow discards/TRIM requests.
+* Support --allow-discards option to allow discards/TRIM requests.
 
    Since kernel 3.1, dm-crypt devices optionally (not by default) support
-   block discards (TRIM) comands.
+   block discards (TRIM) commands.
    If you want to enable this operation, you have to enable it manually
-   on every activation using --enable-discards
+   on every activation using --allow-discards
 
-          cryptsetup luksOpen --enable-discards /dev/sdb test_disk
+          cryptsetup luksOpen --allow-discards /dev/sdb test_disk
 
    WARNING: There are several security consequences, please read at least
             http://asalor.blogspot.com/2011/08/trim-dm-crypt-problems.html