Update doc.rs

This commit is contained in:
heisenberg 2021-08-19 19:39:40 +08:00 committed by GitHub
parent 6b0e2f7423
commit 16865630d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ pub fn cli() -> App {
"open",
"Opens the docs in a browser after the operation",
))
.arg(opt(
.arg(opt(
"examples",
"Document all examples",
))