aboutsummaryrefslogtreecommitdiff
path: root/brep/search.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'brep/search.cxx')
-rw-r--r--brep/search.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/brep/search.cxx b/brep/search.cxx
index c4ed4b9..16e9f23 100644
--- a/brep/search.cxx
+++ b/brep/search.cxx
@@ -57,7 +57,8 @@ namespace brep
cli->name = "cli";
cli->summary = "CLI is ...";
cli->description = "This is CLI";
- cli->tags = "compiler, C++";
+ cli->tags.push_back ("compiler");
+ cli->tags.push_back ("C++");
licenses l;
l.comment = "License\"A'";