From 0b4ec8aeabd744d8f2da1ebd3a9cc155a29e6dea Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Fri, 20 Oct 2023 14:54:49 +0200 Subject: [PATCH] fix -f flag in doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4d809f..b12bff5 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ To build and use the cli, execute ``` go build -o doa[.exe] -doa[.exe] analyze /your/local/project/path[/Dockerfile_name] +doa[.exe] analyze -f /your/local/project/path[/Dockerfile_name] ``` Contributing