rustdoc: --default-theme: minor grammar fix to usage message
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
This commit is contained in:
parent
c4926d01ad
commit
25740fc682
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ fn opts() -> Vec<RustcOptGroup> {
|
|||
"default-theme",
|
||||
"Set the default theme. THEME should be the theme name, generally lowercase. \
|
||||
If an unknown default theme is specified, the builtin default is used. \
|
||||
The set of themes, and the rustdoc built-in default is not stable.",
|
||||
The set of themes, and the rustdoc built-in default, are not stable.",
|
||||
"THEME",
|
||||
)
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue