Skip to content

Commit cff549b

Browse files
committed
doc: credentials -> credentials.toml
1 parent 3d862d8 commit cff549b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/doc/src/reference/unstable.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ a new `cargo logout` command.
912912

913913
To use this feature, you must pass the `-Z credential-process` flag on the
914914
command-line. Additionally, you must remove any current tokens currently saved
915-
in the [`credentials` file] (which can be done with the new `logout` command).
915+
in the [`credentials.toml` file] (which can be done with the new `logout` command).
916916

917917
#### `credential-process` Configuration
918918

@@ -1049,10 +1049,10 @@ The following environment variables will be provided to the executed command:
10491049
#### `cargo logout`
10501050

10511051
A new `cargo logout` command has been added to make it easier to remove a
1052-
token from storage. This supports both [`credentials` file] tokens and
1052+
token from storage. This supports both [`credentials.toml` file] tokens and
10531053
`credential-process` tokens.
10541054

1055-
When used with `credentials` file tokens, it needs the `-Z unstable-options`
1055+
When used with `credentials.toml` file tokens, it needs the `-Z unstable-options`
10561056
command-line option:
10571057

10581058
```console
@@ -1071,7 +1071,7 @@ cargo logout -Z credential-process
10711071
[`cargo publish`]: ../commands/cargo-publish.md
10721072
[`cargo owner`]: ../commands/cargo-owner.md
10731073
[`cargo yank`]: ../commands/cargo-yank.md
1074-
[`credentials` file]: config.md#credentials
1074+
[`credentials.toml` file]: config.md#credentials
10751075
[crates.io]: https://crates.io/
10761076
[config file]: config.md
10771077

0 commit comments

Comments
 (0)