Clean up some weird command strings
This commit is contained in:
@@ -165,9 +165,8 @@ fn opts() -> Vec<RustcOptGroup> {
|
||||
o.optmulti(
|
||||
"",
|
||||
"passes",
|
||||
"list of passes to also run, you might want \
|
||||
to pass it multiple times; a value of `list` \
|
||||
will print available passes",
|
||||
"list of passes to also run, you might want to pass it multiple times; a value of \
|
||||
`list` will print available passes",
|
||||
"PASSES",
|
||||
)
|
||||
}),
|
||||
@@ -276,8 +275,7 @@ fn opts() -> Vec<RustcOptGroup> {
|
||||
o.optflag(
|
||||
"",
|
||||
"sort-modules-by-appearance",
|
||||
"sort modules by where they appear in the \
|
||||
program, rather than alphabetically",
|
||||
"sort modules by where they appear in the program, rather than alphabetically",
|
||||
)
|
||||
}),
|
||||
stable("theme", |o| {
|
||||
|
||||
Reference in New Issue
Block a user