mirror of
https://codeberg.org/shufflecake/shufflecake-c.git
synced 2026-01-09 12:30:59 -05:00
style: Remove hyphen in usage prompt
This commit is contained in:
parent
093920059f
commit
606f8945cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue