aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-test.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-17 12:55:03 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-17 14:38:18 +0300
commit2ea3d11ac1d5b6069268709ca0125d2e90377d93 (patch)
tree47492a4ae07ad15cc4cf9395c37d662cd2b90771 /bpkg/pkg-test.cli
parentf5bd0385e1e91618655a124ff20e19c1a2acdae6 (diff)
Add support for --immediate|-i and --recursive|-r to pkg-(un)install
Diffstat (limited to 'bpkg/pkg-test.cli')
-rw-r--r--bpkg/pkg-test.cli2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/pkg-test.cli b/bpkg/pkg-test.cli
index 78018be..f8ad332 100644
--- a/bpkg/pkg-test.cli
+++ b/bpkg/pkg-test.cli
@@ -22,7 +22,7 @@ namespace bpkg
The \cb{pkg-test} command tests the previously configured (via
\l{bpkg-pkg-build(1)} or \l{bpkg-pkg-configure(1)}) packages.
Additionally, immediate or all dependencies of the specified packages can
- be tested by specifying the \c{\b{--immediate}|\b{-i}} or
+ also be tested by specifying the \c{\b{--immediate}|\b{-i}} or
\c{\b{--recursive}|\b{-r}} options, respectively. Underneath, this
command doesn't do much more than run \cb{b test}.