Skip to content

Commit c50c744

Browse files
committed
Config: Shorten disable-tensorflow usage description in flags.go
Signed-off-by: Michael Mayer <[email protected]>
1 parent d166320 commit c50c744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ var Flags = CliFlags{
449449
}}, {
450450
Flag: &cli.BoolFlag{
451451
Name: "disable-tensorflow",
452-
Usage: "disables features depending on TensorFlow, except for image classification",
452+
Usage: "disables face recognition with TensorFlow",
453453
EnvVars: EnvVars("DISABLE_TENSORFLOW"),
454454
}}, {
455455
Flag: &cli.BoolFlag{

0 commit comments

Comments
 (0)