From 1d2ebf91a1a5d476db395b674246378551a3113e Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Mon, 8 May 2023 14:51:43 +0200 Subject: [PATCH] Kconfig: Fix help attribute Replace help => ---help--- --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index b3ed47f5d1..1531f14cd0 100644 --- a/Kconfig +++ b/Kconfig @@ -1973,7 +1973,7 @@ config STACK_CANARIES config STACK_USAGE bool "Generate stack usage information" - help + ---help--- Generate an extra file that specifies the maximum amount of stack used, on a per-function basis. Please use https://github.com/HBehrens/puncover or tools/showstack.sh to generate the more useful report.