From 5ee468390e326164f2dc1f1cc259d203d3a4bcb9 Mon Sep 17 00:00:00 2001 From: Russell Troxel Date: Wed, 18 Oct 2023 10:56:16 -0700 Subject: [PATCH] Fix Lint Signed-off-by: Russell Troxel --- frigate/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/app.py b/frigate/app.py index 557799a39..08a17b38e 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -574,7 +574,7 @@ class FrigateApp: def start(self) -> None: parser = argparse.ArgumentParser( prog="Frigate", - description="Frigate is a realtime object detection package that runs on Nvidia Jetson hardware." + description="An NVR with realtime local object detection for IP cameras.", ) parser.add_argument("--validate-config", action="store_true") args = parser.parse_args()