We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcdf3a commit 426ffcdCopy full SHA for 426ffcd
src/cli.rs
@@ -133,7 +133,7 @@ pub enum FdeSubcommand {
133
ShowReferenceValue {
134
/// Specify one or more hash algorithms to use.
135
/// Multiple algorithms can be provided (e.g., --hash-algo sha384 --hash-algo sm3).
136
- #[clap(long = "hash-algo", default_value = "sha384,sm3")]
+ #[clap(long = "hash-algo", default_value = "sha384")]
137
hash_algos: Vec<ShowReferenceValueHashAlgo>,
138
/// Optional stage filter (e.g., initrd, system). If not provided, all stages are included.
139
///
0 commit comments