aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-install.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-install.cli')
-rw-r--r--bpkg/pkg-install.cli21
1 files changed, 21 insertions, 0 deletions
diff --git a/bpkg/pkg-install.cli b/bpkg/pkg-install.cli
index 9caf48b..4f54a8f 100644
--- a/bpkg/pkg-install.cli
+++ b/bpkg/pkg-install.cli
@@ -65,4 +65,25 @@ namespace bpkg
"Also install all dependencies, recursively."
}
};
+
+ "
+ \h|DEFAULT OPTIONS FILES|
+
+ See \l{bpkg-default-options-files(1)} for an overview of the default
+ options files. For the \cb{pkg-install} command the search start
+ directory is the configuration directory. The following options files are
+ searched for in each directory and, if found, loaded in the order listed:
+
+ \
+ bpkg.options
+ bpkg-pkg-install.options
+ \
+
+ The following \cb{pkg-install} command options cannot be specified in the
+ default options files:
+
+ \
+ --directory|-d
+ \
+ "
}