[tests/thin_delta] fix bad_option check

This commit is contained in:
Joe Thornber 2021-10-19 14:25:56 +01:00
parent 44d29b0467
commit c5645d798f

View File

@ -46,7 +46,7 @@ impl<'a> Program<'a> for ThinDelta {
}
fn bad_option_hint(option: &str) -> String {
msg::bad_option_hint(option)
format!("unrecognized option '{}'", option)
}
}