Update flags.go

This commit is contained in:
Michael Mayer 2021-10-06 01:44:58 +02:00 committed by GitHub
parent 5c89b3f16a
commit 734b01bc34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -393,12 +393,12 @@ var GlobalFlags = []cli.Flag{
},
cli.StringFlag{
Name: "download-token",
Usage: "custom download url `TOKEN`",
Usage: "optional custom download url `TOKEN`",
EnvVar: "PHOTOPRISM_DOWNLOAD_TOKEN",
},
cli.StringFlag{
Name: "preview-token",
Usage: "custom thumbnail and video streaming url `TOKEN`",
Usage: "optional custom thumbnail and streaming url `TOKEN`",
EnvVar: "PHOTOPRISM_PREVIEW_TOKEN",
},
cli.StringFlag{