diff --git a/shufflecake-userland/src/cli/dispatch.c b/shufflecake-userland/src/cli/dispatch.c index e2b16ca..d28e01f 100644 --- a/shufflecake-userland/src/cli/dispatch.c +++ b/shufflecake-userland/src/cli/dispatch.c @@ -122,7 +122,7 @@ static struct argp_option options[] = { {"skip-randfill", SFLC_OPT_SKIPRAND_KEY, 0, 0, "Skip pre-overwriting block device with random data, only valid with `init'. Faster but less secure. Use only for debugging or testing."}, {"legacy", SFLC_OPT_LEGACY_KEY, 0, 0, - "Use the old (pre-v0.5.0) Shufflecake format. Only valid with `init` and `open'. This mode is less secure and error-prone, use of this option is not recommended, it is provided for backward-compatibility only. This mode is going to be deprecated in the future."}, + "Use the old (pre-v0.5.0) Shufflecake format. Only valid with `init` and `open'. This mode is less secure and error-prone, use of this option is not recommended, it is provided for backward compatibility only. This mode is going to be deprecated in the future."}, {"use-read-queue", SFLC_OPT_USE_READQUEUE, 0, 0, "Handle READ request in workqueues, rather than in the calling context. Only valid with `open'. This is benchmarked to be slower on SSDs, but could help with latency on HDDs."}, {"use-write-queue", SFLC_OPT_USE_WRITEQUEUE, 0, 0,