@@ -49,7 +49,7 @@ Options:\n\
4949 -d, --debug Enable debug messages\n \
5050 -D, --dry-run Enable dry-run\n \
5151 -e, --export arg Set suffix for exporting <context><suffix>.cprj retaining only specified versions\n \
52- -f, --filter arg [...] Filter words, repeat options or quote for words \n \
52+ -f, --filter arg [...] Filter output by word or string; repeat the option for multiple filters \n \
5353 -g, --generator arg Code generator identifier\n \
5454 -l, --load arg Set policy for packs loading [latest | all | required]\n \
5555 -L, --clayer-path arg Set search path for external clayers\n \
@@ -148,7 +148,7 @@ int ProjMgr::ParseCommandLine(int argc, char** argv) {
148148
149149 cxxopts::Option solution (" s,solution" , " Input csolution.yml file" , cxxopts::value<string>());
150150 cxxopts::Option context (" c,context" , " Input context names [<project-name>][.<build-type>][+<target-type>]" , cxxopts::value<std::vector<std::string>>());
151- cxxopts::Option filter (" f,filter" , " Filter words, repeat options or quote for words " , cxxopts::value<vector<string>>());
151+ cxxopts::Option filter (" f,filter" , " Filter output by word or string; repeat the option for multiple filters " , cxxopts::value<vector<string>>());
152152 cxxopts::Option help (" h,help" , " Print usage" );
153153 cxxopts::Option generator (" g,generator" , " Code generator identifier" , cxxopts::value<string>());
154154 cxxopts::Option load (" l,load" , " Set policy for packs loading [latest | all | required]" , cxxopts::value<string>());
0 commit comments