Config: Shorten disable-tensorflow usage description in flags.go

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2025-11-06 18:17:45 +01:00
parent d166320ef9
commit c50c744d45

View file

@ -449,7 +449,7 @@ var Flags = CliFlags{
}}, {
Flag: &cli.BoolFlag{
Name: "disable-tensorflow",
Usage: "disables features depending on TensorFlow, except for image classification",
Usage: "disables face recognition with TensorFlow",
EnvVars: EnvVars("DISABLE_TENSORFLOW"),
}}, {
Flag: &cli.BoolFlag{