Skip to content

Commit fdb3e37

Browse files
committed
Rustdoc book: Add missing headlines
Some options were missing headlines, which looked a bit inconsistent.
1 parent df095ce commit fdb3e37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/rustdoc/src/command-line-arguments.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ By default, `rustodc` assumes that the name of your crate is the same name
100100
as the `.rs` file. `--crate-name` lets you override this assumption with
101101
whatever name you choose.
102102

103-
## `-L`/`--library-path`:
103+
## `-L`/`--library-path`: where to look for dependencies
104104

105105
Using this flag looks like this:
106106

@@ -186,7 +186,7 @@ on documentation tests](documentation-tests.html).
186186

187187
See also `--test-args`.
188188

189-
## `--test-args`:
189+
## `--test-args`: pass options to test runner
190190

191191
Using this flag looks like this:
192192

@@ -199,7 +199,7 @@ For more, see [the chapter on documentation tests](documentation-tests.html).
199199

200200
See also `--test`.
201201

202-
## `--target`:
202+
## `--target`: generate documentation for the specified target triple
203203

204204
Using this flag looks like this:
205205

0 commit comments

Comments
 (0)