From d26e449bb67dd24c68211666487a52528e82e95b Mon Sep 17 00:00:00 2001 From: l00556901 Date: Tue, 24 Aug 2021 19:06:19 +0800 Subject: [PATCH] fix bug --- src/bin/cargo/commands/doc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/cargo/commands/doc.rs b/src/bin/cargo/commands/doc.rs index d20561b28..11a05c20e 100644 --- a/src/bin/cargo/commands/doc.rs +++ b/src/bin/cargo/commands/doc.rs @@ -25,7 +25,7 @@ pub fn cli() -> App { "Document only this package's library", "Document only the specified binary", "Document all binaries", - "Document only the specified binary", + "Document only the specified example", "Document all examples", ) .arg_release("Build artifacts in release mode, with optimizations")