Backend: Fix usage description of NSFW flags #170

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2019-12-28 09:56:35 +01:00
parent bdf0cde8a6
commit 211ed6acb4

View file

@ -201,12 +201,12 @@ var GlobalFlags = []cli.Flag{
},
cli.BoolFlag{
Name: "hide-nsfw",
Usage: "run in read-only mode",
Usage: "hide photos that may be offensive",
EnvVar: "PHOTOPRISM_HIDE_NSFW",
},
cli.BoolFlag{
Name: "upload-nsfw",
Usage: "run in read-only mode",
Usage: "allow uploads that may contain offensive content",
EnvVar: "PHOTOPRISM_UPLOAD_NSFW",
},
}