Skip to content

Commit 1686563

Browse files
authored
Update doc.rs
1 parent 6b0e2f7 commit 1686563

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
@@ -12,7 +12,7 @@ pub fn cli() -> App {
1212
"open",
1313
"Opens the docs in a browser after the operation",
1414
))
15-
.arg(opt(
15+
.arg(opt(
1616
"examples",
1717
"Document all examples",
1818
))

0 commit comments

Comments
 (0)