chore: fix typo in OpenID on cli help (#9535)

This commit is contained in:
Steven Masley
2023-09-05 18:37:21 +00:00
committed by GitHub
parent 2487e64d25
commit 630d125286
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1171,7 +1171,7 @@ when required by your organization's security policy.`,
},
{
Name: "OpenID connect icon URL",
Description: "URL pointing to the icon to use on the OepnID Connect login button.",
Description: "URL pointing to the icon to use on the OpenID Connect login button.",
Flag: "oidc-icon-url",
Env: "CODER_OIDC_ICON_URL",
Value: &c.OIDC.IconURL,