From 775a3a1c22bdb422b146e742465eda6833617e28 Mon Sep 17 00:00:00 2001 From: Stepan Legachev Date: Sun, 29 Sep 2024 04:17:32 +0400 Subject: [PATCH] docs: fix argument spelling (#13366) --- docs/docs/configuration/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/advanced.md b/docs/docs/configuration/advanced.md index 1c99ec1c5..ffc60aa42 100644 --- a/docs/docs/configuration/advanced.md +++ b/docs/docs/configuration/advanced.md @@ -211,5 +211,5 @@ docker run \ --entrypoint python3 \ ghcr.io/blakeblackshear/frigate:stable \ -u -m frigate \ - --validate_config + --validate-config ```