[tests/thin_delta] fix bad_option check
This commit is contained in:
parent
44d29b0467
commit
c5645d798f
@ -46,7 +46,7 @@ impl<'a> Program<'a> for ThinDelta {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn bad_option_hint(option: &str) -> String {
|
fn bad_option_hint(option: &str) -> String {
|
||||||
msg::bad_option_hint(option)
|
format!("unrecognized option '{}'", option)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user