aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-drop.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-10-30 16:56:24 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-10-31 17:49:58 +0300
commit7d03940f6816329fa9ae131591717749bc76be5a (patch)
tree4bd95c2c08261cb67a4b21a9040645de902e2925 /bpkg/pkg-drop.cli
parentdad48d98b1a57706179c34853950588ec75a8467 (diff)
Document default options files for commands
Diffstat (limited to 'bpkg/pkg-drop.cli')
-rw-r--r--bpkg/pkg-drop.cli21
1 files changed, 21 insertions, 0 deletions
diff --git a/bpkg/pkg-drop.cli b/bpkg/pkg-drop.cli
index 7002d57..298cafc 100644
--- a/bpkg/pkg-drop.cli
+++ b/bpkg/pkg-drop.cli
@@ -83,4 +83,25 @@ namespace bpkg
<header> line (unless it is empty)."
};
};
+
+ "
+ \h|DEFAULT OPTIONS FILES|
+
+ See \l{bpkg-default-options-files(1)} for an overview of the default
+ options files. For the \cb{pkg-drop} 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-drop.options
+ \
+
+ The following \cb{pkg-drop} command options cannot be specified in the
+ default options files:
+
+ \
+ --directory|-d
+ \
+ "
}