mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Config: Shorten disable-tensorflow usage description in flags.go
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
d166320ef9
commit
c50c744d45
1 changed files with 1 additions and 1 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue