Skip to content

Commit 11df98e

Browse files
authored
fix(i18n): fix help text for oidcDumpTokens (#2336)
1 parent 21c5d45 commit 11df98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/i18n/src/locales/en_US.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const translations: Catalog = {
9191
oidcIdTokenAsAccessToken:
9292
'Use ID tokens in place of access tokens for auth',
9393
oidcDumpTokens:
94-
"Debug OIDC by printing tokens to mongosh's output [full|include-secrets]",
94+
"Debug OIDC by printing tokens to mongosh's output [redacted|include-secrets]",
9595
oidcNoNonce: "Don't send a nonce argument in the OIDC auth request",
9696
},
9797
'arg-parser': {

0 commit comments

Comments
 (0)