From 32643c6a5365b1424ac66c88774b20469d836a24 Mon Sep 17 00:00:00 2001 From: Daniel Brondani Date: Mon, 2 Mar 2026 12:40:15 +0100 Subject: [PATCH] [projmgr] Update csolution usage: `convert` description --- tools/projmgr/src/ProjMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/projmgr/src/ProjMgr.cpp b/tools/projmgr/src/ProjMgr.cpp index 41e58778c..eb653ea95 100644 --- a/tools/projmgr/src/ProjMgr.cpp +++ b/tools/projmgr/src/ProjMgr.cpp @@ -22,7 +22,7 @@ static constexpr const char* USAGE = "\n\ Usage:\n\ csolution [.csolution.yml] [options]\n\n\ Commands:\n\ - convert Convert user input *.yml files to *.cprj files\n\ + convert Convert user input *.yml files to *.cbuild.yml files\n\ list boards Print list of available board names\n\ list configs Print list of configuration files\n\ list contexts Print list of contexts in a .csolution.yml\n\