Fix two typos

This commit is contained in:
bjorn3 2023-09-12 14:42:53 +00:00
parent 4deb072e79
commit 026faca4ca
2 changed files with 2 additions and 2 deletions

View File

@ -909,7 +909,7 @@ impl MetadataBlob {
_ => {
writeln!(
out,
"unknown -Zls kind. allowed values are: no, all, root, lang_items, features, items"
"unknown -Zls kind. allowed values are: all, root, lang_items, features, items"
)?;
}
}

View File

@ -1598,7 +1598,7 @@ options! {
`none`, or a comma separated list of location details, for which \
valid options are `file`, `line`, and `column` (default: `file,line,column`)"),
ls: Vec<String> = (Vec::new(), parse_list, [UNTRACKED],
"decode and print various part of the crate metadata for a library crate \
"decode and print various parts of the crate metadata for a library crate \
(space separated)"),
macro_backtrace: bool = (false, parse_bool, [UNTRACKED],
"show macro backtraces (default: no)"),