From: heisenberg <46313511+QiangHeisenberg@users.noreply.github.com> Date: Thu, 19 Aug 2021 11:39:40 +0000 (+0800) Subject: Update doc.rs X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=16865630d998d2616530f3271c9fb2bf26bafd17;p=cargo.git Update doc.rs --- diff --git a/src/bin/cargo/commands/doc.rs b/src/bin/cargo/commands/doc.rs index 00b742f2c..fe8c5cd3e 100644 --- a/src/bin/cargo/commands/doc.rs +++ b/src/bin/cargo/commands/doc.rs @@ -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", ))