Skip to content

Commit

Permalink
Config: Shorten description for "oidc-provider" flag photoprism#782
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mayer <[email protected]>
  • Loading branch information
lastzero committed Jul 11, 2024
1 parent 83a643a commit 2197af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ var Flags = CliFlags{
}}, {
Flag: cli.StringFlag{
Name: "oidc-provider",
Usage: "custom identity provider `NAME`, e.g. \"Google\"",
Usage: "custom identity provider `NAME`, e.g. Google",
Value: "",
EnvVar: EnvVar("OIDC_PROVIDER"),
}}, {
Expand Down

0 comments on commit 2197af8

Please sign in to comment.