mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +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;
|
/// "fail" - don't ask for password, fail if filesystem is encrypted;
|
||||||
/// "wait" - wait for password to become available before mounting;
|
/// "wait" - wait for password to become available before mounting;
|
||||||
/// "ask" - prompt the user for password;
|
/// "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,
|
key_location: KeyLoc,
|
||||||
|
|
||||||
/// Device, or UUID=<UUID>
|
/// Device, or UUID=<UUID>
|
||||||
|
Loading…
Reference in New Issue
Block a user