Skip to content

Commit 6780da7

Browse files
committed
fix help text
1 parent b940258 commit 6780da7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/librustdoc/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -618,15 +618,15 @@ fn opts() -> Vec<RustcOptGroup> {
618618
o.optmulti(
619619
"",
620620
"include-info-json",
621-
"Includes trait implementations and other crate info from PATH/CRATE/crate-info.json",
622-
"CRATE=PATH",
621+
"Includes trait implementations and other crate info from PATH",
622+
"PATH",
623623
)
624624
}),
625625
unstable("write-info-json", |o| {
626626
o.optopt(
627627
"",
628628
"write-info-json",
629-
"Writes trait implementations and other info for the current crate to PATH/<crate name>/crate-info.json",
629+
"Writes trait implementations and other info for the current crate to PATH",
630630
"PATH",
631631
)
632632
}),

0 commit comments

Comments
 (0)