aboutsummaryrefslogtreecommitdiff
path: root/bpkg/bpkg.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-01-12 14:00:49 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2023-01-16 16:22:15 +0300
commit4e1978b3d65e22b96e0c4ff47ebae1a6de4de283 (patch)
tree0f47c814d749e0ec00d6aeba97d938beaa53a46e /bpkg/bpkg.cxx
parent1e61496d9c5f4943c320a0fccd36a6ab3da45248 (diff)
Initial system package manager infrastructure
Diffstat (limited to 'bpkg/bpkg.cxx')
-rw-r--r--bpkg/bpkg.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/bpkg/bpkg.cxx b/bpkg/bpkg.cxx
index 3ede99e..76b2533 100644
--- a/bpkg/bpkg.cxx
+++ b/bpkg/bpkg.cxx
@@ -611,6 +611,7 @@ try
cout << "bpkg " << BPKG_VERSION_ID << endl
<< "libbpkg " << LIBBPKG_VERSION_ID << endl
<< "libbutl " << LIBBUTL_VERSION_ID << endl
+ << "host " << host_triplet << endl
<< "Copyright (c) " << BPKG_COPYRIGHT << "." << endl
<< "This is free software released under the MIT license." << endl;
return 0;