Skip to content

Commit

Permalink
[csolution] Update signature usage
Browse files Browse the repository at this point in the history
  • Loading branch information
grasci-arm authored Nov 15, 2023
1 parent ab7ac46 commit e12662a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/projmgr/src/ProjMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ bool ProjMgr::PrintUsage(
const map<string, pair<bool, vector<cxxopts::Option>>>& 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;
Expand Down

0 comments on commit e12662a

Please sign in to comment.