Fix two typos
This commit is contained in:
parent
4deb072e79
commit
026faca4ca
@ -909,7 +909,7 @@ impl MetadataBlob {
|
|||||||
_ => {
|
_ => {
|
||||||
writeln!(
|
writeln!(
|
||||||
out,
|
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"
|
||||||
)?;
|
)?;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1598,7 +1598,7 @@ options! {
|
|||||||
`none`, or a comma separated list of location details, for which \
|
`none`, or a comma separated list of location details, for which \
|
||||||
valid options are `file`, `line`, and `column` (default: `file,line,column`)"),
|
valid options are `file`, `line`, and `column` (default: `file,line,column`)"),
|
||||||
ls: Vec<String> = (Vec::new(), parse_list, [UNTRACKED],
|
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)"),
|
(space separated)"),
|
||||||
macro_backtrace: bool = (false, parse_bool, [UNTRACKED],
|
macro_backtrace: bool = (false, parse_bool, [UNTRACKED],
|
||||||
"show macro backtraces (default: no)"),
|
"show macro backtraces (default: no)"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user