We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b21f309 + b1f4347 commit d917e2aCopy full SHA for d917e2a
1 file changed
src/bin/stratis-min/stratis-min.rs
@@ -246,7 +246,8 @@ fn main() -> Result<(), String> {
246
let prompt = args.get_flag("prompt");
247
if prompt && unlock_method == Some(UnlockMethod::Clevis) {
248
return Err(Box::new(StratisError::Msg(
249
- "--prompt and an unlock_method of clevis are mutally exclusive".to_string(),
+ "--prompt and an unlock_method of clevis are mutually exclusive"
250
+ .to_string(),
251
)));
252
}
253
pool::pool_start(id, unlock_method, prompt)?;
0 commit comments