From 689a46708394d4f5e63afd35279c6e51a488d840 Mon Sep 17 00:00:00 2001 From: Dora Militaru Date: Sat, 19 Aug 2023 19:06:36 +0100 Subject: [PATCH] update copy for usage flags --- cmd/falco/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/falco/main.go b/cmd/falco/main.go index 73608180..e229258e 100644 --- a/cmd/falco/main.go +++ b/cmd/falco/main.go @@ -63,9 +63,9 @@ Flags: -h, --help : Show this help -r, --remote : Communicate with Fastly API -V, --version : Display build version - -v : Output lint warnings - -vv : Output all lint results - -json : Output results as JSON + -v : Output lint warnings (verbose) + -vv : Output all lint results (very verbose) + -json : Output results as JSON (very verbose) Simple Linting example: falco -I . -vv /path/to/vcl/main.vcl