diff options
author | David Gstir <david@sigma-star.at> | 2018-12-03 14:40:46 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2018-12-17 08:13:35 +0100 |
commit | b1ecfaba533af1895edbdd0ab9bdbbacb1a5ec10 (patch) | |
tree | ba6a6db3a17091b688a3f8b5bed6db0e02c9141b /ubifs-utils | |
parent | ddeb70df91c0bf2574416279b4b6b9b36262b4c5 (diff) |
mkfs.ubifs: fix default cipher in help output
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>
Diffstat (limited to 'ubifs-utils')
-rw-r--r-- | ubifs-utils/mkfs.ubifs/mkfs.ubifs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubifs-utils/mkfs.ubifs/mkfs.ubifs.c b/ubifs-utils/mkfs.ubifs/mkfs.ubifs.c index 666dfe6..6e11ec8 100644 --- a/ubifs-utils/mkfs.ubifs/mkfs.ubifs.c +++ b/ubifs-utils/mkfs.ubifs/mkfs.ubifs.c @@ -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" |