Skip to content

Commit d26e449

Browse files
committed
fix bug
1 parent 1bbd505 commit d26e449

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
@@ -25,7 +25,7 @@ pub fn cli() -> App {
2525
"Document only this package's library",
2626
"Document only the specified binary",
2727
"Document all binaries",
28-
"Document only the specified binary",
28+
"Document only the specified example",
2929
"Document all examples",
3030
)
3131
.arg_release("Build artifacts in release mode, with optimizations")

0 commit comments

Comments
 (0)