]> git.lizzy.rs Git - rust.git/blobdiff - src/doc/README.md
auto merge of #17432 : nick29581/rust/contrib, r=brson
[rust.git] / src / doc / README.md
index f8b0f07d19afbab0badcb490bf378cf95ad733e0..933c1b5a6cd85823d05920bf1034dedb8b9d8d78 100644 (file)
@@ -19,7 +19,7 @@ for the 'std' and 'extra' libraries.
 To generate HTML documentation from one source file/crate, do something like:
 
 ~~~~
-rustdoc --output-dir html-doc/ --output-format html ../src/libstd/path.rs
+rustdoc --output html-doc/ --output-format html ../src/libstd/path.rs
 ~~~~
 
 (This, of course, requires a working build of the `rustdoc` tool.)