Skip to content

Commit

Permalink
Remove stray backtick from doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Jan 15, 2021
1 parent a73e5b7 commit 206ded3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/src/reference/unstable.md
Original file line number Diff line number Diff line change
Expand Up @@ -985,15 +985,15 @@ 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
credential-process` command-line option:


```console
cargo logout -Z credential-process`
cargo logout -Z credential-process
```

[`cargo login`]: ../commands/cargo-login.md
Expand Down

0 comments on commit 206ded3

Please sign in to comment.