aboutsummaryrefslogtreecommitdiff
path: root/bpkg/common-options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/common-options.cli')
-rw-r--r--bpkg/common-options.cli18
1 files changed, 18 insertions, 0 deletions
diff --git a/bpkg/common-options.cli b/bpkg/common-options.cli
index ab4d5fa..02cc605 100644
--- a/bpkg/common-options.cli
+++ b/bpkg/common-options.cli
@@ -72,6 +72,24 @@ namespace bpkg
\li|even more detailed information||"
}
+ path --build = "b"
+ {
+ "<path>",
+ "The build program to be used to build packages. This should be the path
+ to the build2 \cb{b} executable. You can also specify additional options
+ that should be passed to the build program with \cb{--build-option}. If
+ the build program is not explicitly specified, then \cb{bpkg} will use
+ \cb{b} by default."
+ }
+
+ strings --build-option
+ {
+ "<opt>",
+ "Additional option to be passed to the build program. See \cb{--build}
+ for more information on the build program. Repeat this option to specify
+ multiple build options."
+ }
+
path --fetch
{
"<path>",