From 606f8945cfa52eb098514895604df109501b9dfd Mon Sep 17 00:00:00 2001 From: Tommaso Gagliardoni Date: Mon, 25 Aug 2025 16:49:16 +0200 Subject: [PATCH] style: Remove hyphen in usage prompt --- shufflecake-userland/src/cli/dispatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,