We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbd505 commit d26e449Copy full SHA for d26e449
src/bin/cargo/commands/doc.rs
@@ -25,7 +25,7 @@ pub fn cli() -> App {
25
"Document only this package's library",
26
"Document only the specified binary",
27
"Document all binaries",
28
- "Document only the specified binary",
+ "Document only the specified example",
29
"Document all examples",
30
)
31
.arg_release("Build artifacts in release mode, with optimizations")
0 commit comments