about summary refs log tree commit diff
path: root/src/doc/rustdoc
diff options
context:
space:
mode:
authorDanilo Bargen <mail@dbrgn.ch>2017-10-15 17:02:45 +0200
committerDanilo Bargen <mail@dbrgn.ch>2017-10-15 17:02:45 +0200
commitfdb3e37126b2d061b2bc1110f649bcd70723eb50 (patch)
treeea0adae873b4e2b9038532a529a8578122b89fe5 /src/doc/rustdoc
parentdf095cefe28f9fc781e8da02f655903600343506 (diff)
downloadrust-fdb3e37126b2d061b2bc1110f649bcd70723eb50.tar.gz
rust-fdb3e37126b2d061b2bc1110f649bcd70723eb50.zip
Rustdoc book: Add missing headlines
Some options were missing headlines, which looked a bit inconsistent.
Diffstat (limited to 'src/doc/rustdoc')
-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 0f0bda65ce3..d3462c7773a 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, `rustodc` 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: