summaryrefslogtreecommitdiffhomepage
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/tool.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tool.cxx b/cli/tool.cxx
index 348d388..713c499 100644
--- a/cli/tool.cxx
+++ b/cli/tool.cxx
@@ -20,7 +20,7 @@ int main(int argc, char** argv)
index_json == "/?" ||
index_json == "/Help")
{
- std::cout << "btb: 🚀 Version 1.01.\n";
+ std::cout << "btb: 🚀 Basic Tool for Building.\n";
std::cout << "btb: Brought to you by Amlal El Mahrouss.\n";
std::cout << "btb: © ZKA Technologies, all rights reserved.\n";
@@ -30,7 +30,7 @@ int main(int argc, char** argv)
}
std::thread job([](std::string index_json) -> void {
- std::cout << "building: " << index_json << std::endl;
+ std::cout << "btb: " << index_json << std::endl;
ManifestBuilder builder;