BUG/MINOR: threads: Add missing THREAD_LOCAL on static here and there
diff --git a/src/cli.c b/src/cli.c
index 97e3086..9ca8e1f 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -81,7 +81,7 @@
 	"";
 
 
-static char *dynamic_usage_msg = NULL;
+static THREAD_LOCAL char *dynamic_usage_msg = NULL;
 
 /* List head of cli keywords */
 static struct cli_kw_list cli_keywords = {