aboutsummaryrefslogtreecommitdiff
path: root/bpkg/system-package-manager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/system-package-manager.hxx')
-rw-r--r--bpkg/system-package-manager.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/bpkg/system-package-manager.hxx b/bpkg/system-package-manager.hxx
index 4ae2e07..6cdb2d4 100644
--- a/bpkg/system-package-manager.hxx
+++ b/bpkg/system-package-manager.hxx
@@ -411,8 +411,9 @@ namespace bpkg
// this platform. If architecture is empty, then derive it automatically
// from the host target triplet. Currently recognized names:
//
- // debian -- Debian and alike (Ubuntu, etc) using the APT frontend.
- // fedora -- Fedora and alike (RHEL, Centos, etc) using the DNF frontend.
+ // debian -- Debian and alike (Ubuntu, etc) using the APT frontend.
+ // fedora -- Fedora and alike (RHEL, Centos, etc) using the DNF frontend.
+ // archive -- Installation archive, any platform, production only.
//
// Note: the name can be used to select an alternative package manager
// implementation on platforms that support multiple.