Skip to content

Commit

Permalink
Config: Update usage description if --disable-settings flag #4269
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mayer <michael@photoprism.app>
  • Loading branch information
lastzero committed May 20, 2024
1 parent 2caf04a commit 3a64972
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 @@ -255,7 +255,7 @@ var Flags = CliFlags{
}}, {
Flag: cli.BoolFlag{
Name: "disable-settings",
Usage: "disable the user settings interface and server API, e.g. in combination with public mode",
Usage: "disable the settings user interface and server API, e.g. in combination with public mode",
EnvVar: EnvVar("DISABLE_SETTINGS"),
}}, {
Flag: cli.BoolFlag{
Expand Down

0 comments on commit 3a64972

Please sign in to comment.