]> git.proxmox.com Git - cargo.git/commitdiff
Remove stray backtick from doc
authorLzu Tao <taolzu@gmail.com>
Fri, 15 Jan 2021 01:24:37 +0000 (08:24 +0700)
committerLzu Tao <taolzu@gmail.com>
Fri, 15 Jan 2021 01:24:37 +0000 (08:24 +0700)
src/doc/src/reference/unstable.md

index c63d21fba3747fc61d6ac9b955671e4d2590fa21..0f927646c1b72ba9d0e67f7f6ca1abc6beed2e02 100644 (file)
@@ -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