Skip to content

Commit f013854

Browse files
authored
DOCSP-14151: Replaces last uses of deprecated term in docs (#1148)
1 parent d26333a commit f013854

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/atlascli/command/atlas-organizations-apiKeys-accessLists-create.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Options
3939
* - --cidr
4040
- strings
4141
- false
42-
- Whitelist entry in CIDR notation to be added for a given API key.
42+
- Access list entry in CIDR notation to be added for a given API key.
4343
* - -h, --help
4444
-
4545
- false

docs/mongocli/command/mongocli-iam-globalAccessLists-create.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Options
3535
* - --cidr
3636
- string
3737
- true
38-
- Whitelist entry in CIDR notation to be added for a given API key.
38+
- Access list entry in CIDR notation to be added for a given API key.
3939
* - --desc
4040
- string
4141
- true

docs/mongocli/command/mongocli-iam-organizations-apiKeys-accessLists-create.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Options
3939
* - --cidr
4040
- strings
4141
- false
42-
- Whitelist entry in CIDR notation to be added for a given API key.
42+
- Access list entry in CIDR notation to be added for a given API key.
4343
* - -h, --help
4444
-
4545
- false

internal/usage/usage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ const (
230230
TargetProjectID = "Unique identifier of the project that contains the destination cluster for the restore job."
231231
APIAccessListIPEntry = "IP address to be allowed for a given API key."
232232
NetworkAccessListIPEntry = "IP address to be allowed to access the deployment."
233-
AccessListCIDREntry = "Whitelist entry in CIDR notation to be added for a given API key."
233+
AccessListCIDREntry = "Access list entry in CIDR notation to be added for a given API key."
234234
LinkTokenAccessListCIDREntries = "IP address access list entries that are associated with the link-token." //nolint:gosec // This is just a message not a credential
235235
LinkToken = "Link-token generated by Atlas." //nolint:gosec // This is just a message not a credential
236236
LiveMigrationID = "Unique 24-hexadecimal digit string that identifies the live migration job."

0 commit comments

Comments
 (0)