Skip to content

Commit

Permalink
Add precisions for the help message for --extend-css
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed May 23, 2017
1 parent 7d4a6c8 commit b4d594f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/librustdoc/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,9 @@ pub fn opts() -> Vec<RustcOptGroup> {
"URL to send code snippets to", "URL")),
stable(optflag("", "markdown-no-toc", "don't include table of contents")),
stable(optopt("e", "extend-css",
"to redefine some css rules with a given file to generate doc with your \
own theme", "PATH")),
"To add some CSS rules with a given file to generate doc with your \
own theme. However, your theme might break if the rustdoc's generated HTML \
changes, so be careful!", "PATH")),
unstable(optmulti("Z", "",
"internal and debugging options (only on nightly build)", "FLAG")),
stable(optopt("", "sysroot", "Override the system root", "PATH")),
Expand Down

0 comments on commit b4d594f

Please sign in to comment.