style: Remove hyphen in usage prompt

This commit is contained in:
Tommaso Gagliardoni 2025-08-25 16:49:16 +02:00
parent 093920059f
commit 606f8945cf

View file

@ -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,