fix split-debuginfo error message
This commit is contained in:
parent
3e827cc21e
commit
96a5e6b01e
@ -368,7 +368,7 @@ mod desc {
|
||||
pub const parse_target_feature: &str = parse_string;
|
||||
pub const parse_wasi_exec_model: &str = "either `command` or `reactor`";
|
||||
pub const parse_split_debuginfo: &str =
|
||||
"one of supported split-debuginfo modes (`off` or `dsymutil`)";
|
||||
"one of supported split-debuginfo modes (`off`, `packed`, or `unpacked`)";
|
||||
}
|
||||
|
||||
mod parse {
|
||||
|
Loading…
x
Reference in New Issue
Block a user