From e12662a0a9e47b3d5126a88b501b39d28f8a8d2b Mon Sep 17 00:00:00 2001 From: grasci <86058054+grasci-arm@users.noreply.github.com> Date: Wed, 15 Nov 2023 12:29:08 +0000 Subject: [PATCH] [csolution] Update signature usage --- 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 dc8a86c35..3759e86b4 100644 --- a/tools/projmgr/src/ProjMgr.cpp +++ b/tools/projmgr/src/ProjMgr.cpp @@ -73,7 +73,7 @@ bool ProjMgr::PrintUsage( const map>>& cmdOptionsDict, const std::string& cmd, const std::string& subCmd) { - string signature = PRODUCT_NAME + string(" ") + VERSION_STRING + string(" ") + COPYRIGHT_NOTICE; + string signature = string("csolution: Project Manager ") + VERSION_STRING + string(" ") + COPYRIGHT_NOTICE; if (cmd.empty() && subCmd.empty()) { // print main help cout << signature << endl;