Rename rustdoc options --themes and --check-themes to --theme and --check-theme
This commit is contained in:
@@ -251,13 +251,13 @@ fn opts() -> Vec<RustcOptGroup> {
|
||||
o.optflag("", "sort-modules-by-appearance", "sort modules by where they appear in the \
|
||||
program, rather than alphabetically")
|
||||
}),
|
||||
stable("themes", |o| {
|
||||
o.optmulti("", "themes",
|
||||
stable("theme", |o| {
|
||||
o.optmulti("", "theme",
|
||||
"additional themes which will be added to the generated docs",
|
||||
"FILES")
|
||||
}),
|
||||
stable("check-themes", |o| {
|
||||
o.optmulti("", "check-themes",
|
||||
stable("check-theme", |o| {
|
||||
o.optmulti("", "check-theme",
|
||||
"check if given theme is valid",
|
||||
"FILES")
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user