Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit630d125

Browse files
authored
chore: fix typo in OpenID on cli help (#9535)
1 parent2487e64 commit630d125

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

‎cli/testdata/coder_server_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ can safely ignore these settings.
380380
The text to show on the OpenID Connect sign in button.
381381

382382
--oidc-icon-url url, $CODER_OIDC_ICON_URL
383-
URL pointing to the icon to use on theOepnID Connect login button.
383+
URL pointing to the icon to use on theOpenID Connect login button.
384384

385385
Provisioning Options
386386
Tune the behavior of the provisioner, which is responsible for creating,

‎cli/testdata/server-config.yaml.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ oidc:
323323
# The text to show on the OpenID Connect sign in button.
324324
# (default: OpenID Connect, type: string)
325325
signInText: OpenID Connect
326-
# URL pointing to the icon to use on theOepnID Connect login button.
326+
# URL pointing to the icon to use on theOpenID Connect login button.
327327
# (default: <unset>, type: url)
328328
iconURL:
329329
# Telemetry is critical to our ability to improve Coder. We strip all personal

‎codersdk/deployment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ when required by your organization's security policy.`,
11711171
},
11721172
{
11731173
Name:"OpenID connect icon URL",
1174-
Description:"URL pointing to the icon to use on theOepnID Connect login button.",
1174+
Description:"URL pointing to the icon to use on theOpenID Connect login button.",
11751175
Flag:"oidc-icon-url",
11761176
Env:"CODER_OIDC_ICON_URL",
11771177
Value:&c.OIDC.IconURL,

‎docs/cli/server.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎enterprise/cli/testdata/coder_server_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ can safely ignore these settings.
380380
The text to show on the OpenID Connect sign in button.
381381

382382
--oidc-icon-url url, $CODER_OIDC_ICON_URL
383-
URL pointing to the icon to use on theOepnID Connect login button.
383+
URL pointing to the icon to use on theOpenID Connect login button.
384384

385385
Provisioning Options
386386
Tune the behavior of the provisioner, which is responsible for creating,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp