aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-build.cli')
-rw-r--r--bpkg/pkg-build.cli10
1 files changed, 9 insertions, 1 deletions
diff --git a/bpkg/pkg-build.cli b/bpkg/pkg-build.cli
index 740764b..41a8432 100644
--- a/bpkg/pkg-build.cli
+++ b/bpkg/pkg-build.cli
@@ -107,7 +107,8 @@ namespace bpkg
manager is supported, then the automatic installation of an available
package can be requested with the \cb{--sys-install} option. Note that if
the version is not explicitly specified, then at least a stub package
- must be available from one of the repositories.
+ must be available from one of the repositories unless the
+ \cb{--sys-no-stub} option is specified.
Finally, a package can be specified as either the path to the package
archive (<file>) or to the package directory (<dir>\cb{/}; note that it
@@ -437,6 +438,13 @@ namespace bpkg
This option only makes sense together with \cb{--sys-install}."
}
+ bool --sys-no-stub
+ {
+ "Do no require a stub for packages specified with the \cb{sys} scheme.
+ Note that this option has effect only if the system package manager
+ interactions are supported and not disabled."
+ }
+
bool --sys-yes
{
"Assume the answer to the system package manager prompts is \cb{yes}.