diff --git a/man/rustdoc.1 b/man/rustdoc.1 index 4c6557f0f65..830884b19bd 100644 --- a/man/rustdoc.1 +++ b/man/rustdoc.1 @@ -35,9 +35,27 @@ space-separated list of plugins to run (default: '') --plugin-path directory to load plugins from (default: /tmp/rustdoc_ng/plugins) .TP +--target +target triple to document +.TP +--crate-name +specify the name of this crate +.TP -L --library-path directory to add to crate search path .TP +--cfg +pass a --cfg to rustc +.TP +--extern +pass an --extern to rustc +.TP +--test +run code examples as tests +.TP +--test-args +pass arguments to the test runner +.TP --html-in-header file to add to .TP @@ -47,8 +65,20 @@ file to add in , before content --html-after-content file to add in , after content .TP +--markdown-css +CSS files to include via in a rendered Markdown file +.TP +--markdown-playground-url +URL to send code snippets to +.TP +--markdown-no-toc +don't include table of contents +.TP -h, --help Print help +.TP +-V, --version +Print rustdoc's version .SH "OUTPUT FORMATS"