From 0bf9e9c7e2939e1d1ebddc71b86f7e7229e94506 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Mon, 20 Jan 2025 08:05:18 -0300 Subject: [PATCH] update help --- vlib/v/help/common/vet.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vlib/v/help/common/vet.txt b/vlib/v/help/common/vet.txt index 42e17af9e0cd75..6beaf606ec54de 100644 --- a/vlib/v/help/common/vet.txt +++ b/vlib/v/help/common/vet.txt @@ -12,7 +12,8 @@ Options: -v, -verbose Enable verbose logging. - -F Report empty and long function declaration (>300 lines). + -F Report potential function to be inlined, empty, long function + declaration (>300 lines). -p Report private functions with missing documentation too (by default, only the `pub fn` functions will be reported).