about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2017-10-17 22:20:59 +0800
committerGitHub <noreply@github.com>2017-10-17 22:20:59 +0800
commit2ff1ad08adf40c454f0e3610d46068d4bfdeda43 (patch)
treea7312a9a26f1e1848bd81b1e0f53fb99d3ccab95
parent6b2027b500773145a1b3acb2590df694d395d056 (diff)
parentfdb3e37126b2d061b2bc1110f649bcd70723eb50 (diff)
downloadrust-2ff1ad08adf40c454f0e3610d46068d4bfdeda43.tar.gz
rust-2ff1ad08adf40c454f0e3610d46068d4bfdeda43.zip
Rollup merge of #45308 - dbrgn:headlines, r=steveklabnik
Rustdoc book: Add missing headlines

Some options were missing headlines, which looked a bit inconsistent.
-rw-r--r--src/doc/rustdoc/src/command-line-arguments.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/rustdoc/src/command-line-arguments.md b/src/doc/rustdoc/src/command-line-arguments.md
index bf72a489b5a..8e8e2a7ff1d 100644
--- a/src/doc/rustdoc/src/command-line-arguments.md
+++ b/src/doc/rustdoc/src/command-line-arguments.md
@@ -100,7 +100,7 @@ By default, `rustdoc` assumes that the name of your crate is the same name
 as the `.rs` file. `--crate-name` lets you override this assumption with
 whatever name you choose.
 
-## `-L`/`--library-path`: 
+## `-L`/`--library-path`: where to look for dependencies
 
 Using this flag looks like this:
 
@@ -186,7 +186,7 @@ on documentation tests](documentation-tests.html).
 
 See also `--test-args`.
 
-## `--test-args`: 
+## `--test-args`: pass options to test runner
 
 Using this flag looks like this:
 
@@ -199,7 +199,7 @@ For more, see [the chapter on documentation tests](documentation-tests.html).
 
 See also `--test`.
 
-## `--target`: 
+## `--target`: generate documentation for the specified target triple
 
 Using this flag looks like this: