Skip to content

Commit d5b0b18

Browse files
committed
Config: Add deprecation note to DISABLE_TENSORFLOW in flags.go
Signed-off-by: Michael Mayer <[email protected]>
1 parent c50c744 commit d5b0b18

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 face recognition with TensorFlow",
452+
Usage: "disables face recognition with TensorFlow *deprecated*",
453453
EnvVars: EnvVars("DISABLE_TENSORFLOW"),
454454
}}, {
455455
Flag: &cli.BoolFlag{

0 commit comments

Comments
 (0)