Signed-off-by: Russell Troxel <russell.troxel@segment.com>
This commit is contained in:
Russell Troxel 2023-10-18 10:56:16 -07:00
parent edc634284e
commit 5ee468390e
No known key found for this signature in database
GPG Key ID: 88CCFD83B5159BEF

View File

@ -574,7 +574,7 @@ class FrigateApp:
def start(self) -> None: def start(self) -> None:
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(
prog="Frigate", 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") parser.add_argument("--validate-config", action="store_true")
args = parser.parse_args() args = parser.parse_args()