mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
Config: Shorten description for "oidc-provider" flag #782
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
83a643a4d8
commit
2197af8486
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
}}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue