]> www.infradead.org Git - mtd-utils.git/commitdiff
mkfs.ubifs: fix default cipher in help output
authorDavid Gstir <david@sigma-star.at>
Mon, 3 Dec 2018 13:40:46 +0000 (14:40 +0100)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Mon, 17 Dec 2018 07:13:35 +0000 (08:13 +0100)
AES-256-XTS is the default since dd0d9c623e22 ("mkfs.ubifs: Use AES-256-XTS as default"),
we want that to be correctly reflected in the help output as well.

Signed-off-by: David Gstir <david@sigma-star.at>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
ubifs-utils/mkfs.ubifs/mkfs.ubifs.c

index 666dfe6231a2ae1db749338a2ed1678baf72dcb6..6e11ec8649c2266f4a37da4d8d211e122c1de48b 100644 (file)
@@ -237,7 +237,7 @@ static const char *helptext =
 "-P, --padding=NUM        specify padding policy for encrypting filenames\n"
 "                         (default = 4).\n"
 "-C, --cipher=NAME        Specify cipher to use for file level encryption\n"
-"                         (default is \"AES-128-CBC\").\n"
+"                         (default is \"AES-256-XTS\").\n"
 "-h, --help               display this help text\n\n"
 "Note, SIZE is specified in bytes, but it may also be specified in Kilobytes,\n"
 "Megabytes, and Gigabytes if a KiB, MiB, or GiB suffix is used.\n\n"