From: Lzu Tao Date: Fri, 15 Jan 2021 01:24:37 +0000 (+0700) Subject: Remove stray backtick from doc X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=206ded3d497082ff799e83a7a5eed5c17be925f5;p=cargo.git Remove stray backtick from doc --- diff --git a/src/doc/src/reference/unstable.md b/src/doc/src/reference/unstable.md index c63d21fba..0f927646c 100644 --- a/src/doc/src/reference/unstable.md +++ b/src/doc/src/reference/unstable.md @@ -985,7 +985,7 @@ When used with `credentials` file tokens, it needs the `-Z unstable-options` command-line option: ```console -cargo logout -Z unstable-options` +cargo logout -Z unstable-options ``` When used with the `credential-process` config, use the `-Z @@ -993,7 +993,7 @@ credential-process` command-line option: ```console -cargo logout -Z credential-process` +cargo logout -Z credential-process ``` [`cargo login`]: ../commands/cargo-login.md