diff options
Diffstat (limited to 'bpkg/rep-list.cli')
-rw-r--r-- | bpkg/rep-list.cli | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/bpkg/rep-list.cli b/bpkg/rep-list.cli index 44241fd..59d6f09 100644 --- a/bpkg/rep-list.cli +++ b/bpkg/rep-list.cli @@ -43,4 +43,25 @@ namespace bpkg "List prerequisite repositories." } }; + + " + \h|DEFAULT OPTIONS FILES| + + See \l{bpkg-default-options-files(1)} for an overview of the default + options files. For the \cb{rep-list} 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-rep-list.options + \ + + The following \cb{rep-list} command options cannot be specified in the + default options files: + + \ + --directory|-d + \ + " } |