diff options
Diffstat (limited to 'bpkg/pkg-fetch.cli')
-rw-r--r-- | bpkg/pkg-fetch.cli | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/bpkg/pkg-fetch.cli b/bpkg/pkg-fetch.cli index 1986627..8056c35 100644 --- a/bpkg/pkg-fetch.cli +++ b/bpkg/pkg-fetch.cli @@ -58,4 +58,26 @@ namespace bpkg "Remove the existing package archive when the package is purged." } }; + + " + \h|DEFAULT OPTIONS FILES| + + See \l{bpkg-default-options-files(1)} for an overview of the default + options files. For the \cb{pkg-fetch} 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-fetch.options + \ + + The following \cb{pkg-fetch} command options cannot be specified in the + default options files: + + \ + --directory|-d + --purge|-p + \ + " } |