diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-08-11 20:17:12 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-08-13 11:55:24 +0300 |
commit | d1fa0047be1db658b165514dc429ce494517b39c (patch) | |
tree | be114b36341ee49b3d835687291974a0ac3661ed /doc/cli.sh | |
parent | aac298fcef914b99cf28d9cf1f4f58cc6714fb92 (diff) |
Add support for cfg-unlink
Diffstat (limited to 'doc/cli.sh')
-rwxr-xr-x | doc/cli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ compile "pkg-build" $o --class-doc bpkg::pkg_build_pkg_options=exclude-base # NOTE: remember to update a similar list in buildfile and bpkg.cli as well as # the help topics sections in bpkg/buildfile and help.cxx. # -pages="cfg-create cfg-info cfg-link help pkg-clean pkg-configure \ +pages="cfg-create cfg-info cfg-link cfg-unlink 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 \ |