aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-clean.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-clean.cli')
-rw-r--r--bpkg/pkg-clean.cli21
1 files changed, 21 insertions, 0 deletions
diff --git a/bpkg/pkg-clean.cli b/bpkg/pkg-clean.cli
index 78802af..4cdd0a2 100644
--- a/bpkg/pkg-clean.cli
+++ b/bpkg/pkg-clean.cli
@@ -42,4 +42,25 @@ namespace bpkg
"Clean all held packages."
}
};
+
+ "
+ \h|DEFAULT OPTIONS FILES|
+
+ See \l{bpkg-default-options-files(1)} for an overview of the default
+ options files. For the \cb{pkg-clean} 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-clean.options
+ \
+
+ The following \cb{pkg-clean} command options cannot be specified in the
+ default options files:
+
+ \
+ --directory|-d
+ \
+ "
}