diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-05 14:45:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-05 14:45:38 +0200 |
commit | aae351ab537a4c7b62511ef72a8b3822c7722b2c (patch) | |
tree | 49450b294283fd2b122024c16774c1e81b725244 /doc | |
parent | 05ca2987142b95925dba36a9eaef2c22a0f32081 (diff) |
Factor repository types documentation into bpkg-repository-types(1)
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/cli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ compile "pkg-build" $o --class-doc bpkg::pkg_build_pkg_options=exclude-base pages="cfg-create help pkg-clean pkg-configure pkg-disfigure \ pkg-drop pkg-fetch pkg-checkout pkg-install pkg-purge pkg-status pkg-test \ pkg-uninstall pkg-unpack pkg-update pkg-verify rep-add rep-remove rep-list \ -rep-create rep-fetch rep-info repository-signing" +rep-create rep-fetch rep-info repository-signing repository-types" for p in $pages; do compile $p $o |