Skip to content

Commit 0c8e1f8

Browse files
committed
Fix documentation
1 parent ff13eb5 commit 0c8e1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/cargo/commands/doc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub fn cli() -> App {
2323
.arg(
2424
opt(
2525
"scrape-examples",
26-
"Scrape examples from examples/ directory to include as function documentation",
26+
"Scrape examples to include as function documentation",
2727
)
2828
.value_name("FLAGS"),
2929
)

0 commit comments

Comments
 (0)