mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-22 00:00:03 +03:00
Made the -k option for mount.bcachefs default to ask, without messing up formatting
Signed-off-by: Westly Ward <sonicrules1234@gmail.com>
This commit is contained in:
parent
de720eaa24
commit
203e40fcf5
@ -143,7 +143,7 @@ struct Cli {
|
||||
/// "fail" - don't ask for password, fail if filesystem is encrypted;
|
||||
/// "wait" - wait for password to become available before mounting;
|
||||
/// "ask" - prompt the user for password;
|
||||
#[arg(short, long, default_value = "", verbatim_doc_comment)]
|
||||
#[arg(short, long, default_value = "ask", verbatim_doc_comment)]
|
||||
key_location: KeyLoc,
|
||||
|
||||
/// Device, or UUID=<UUID>
|
||||
|
Loading…
Reference in New Issue
Block a user