Skip to content

Commit b463cd8

Browse files
committed
Fix option value hint.
1 parent 8860c5a commit b463cd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/librustdoc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ fn opts() -> Vec<RustcOptGroup> {
389389
"",
390390
"crate-list-heading",
391391
"heading under which to list this crate in the sidebar crate list",
392-
"PATH",
392+
"TEXT",
393393
),
394394
opt(
395395
Stable,

0 commit comments

Comments
 (0)