aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-23 16:37:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-23 16:37:06 +0200
commitf39ac3228bc30ba770c266e19110f36ea5d83d90 (patch)
treebdb996bf31c443d18bb7607e8929f2b9e050abe1 /bpkg/pkg-build.cli
parent0072c2109599d2d46dbde4f84a5957487d6158e7 (diff)
Unless name ends with a separator don't try it as package directory in pkg-build
Diffstat (limited to 'bpkg/pkg-build.cli')
-rw-r--r--bpkg/pkg-build.cli10
1 files changed, 5 insertions, 5 deletions
diff --git a/bpkg/pkg-build.cli b/bpkg/pkg-build.cli
index 2b0d24a..9de38f2 100644
--- a/bpkg/pkg-build.cli
+++ b/bpkg/pkg-build.cli
@@ -15,7 +15,7 @@ namespace bpkg
"\h|SYNOPSIS|
- \c{\b{bpkg pkg-build}|\b{build} [<options>] (<pkg>[/<ver>] | <file> | <dir>)...}
+ \c{\b{bpkg pkg-build}|\b{build} [<options>] (<pkg>[/<ver>] | <file> | <dir>/)...}
\h|DESCRIPTION|
@@ -27,10 +27,10 @@ namespace bpkg
information on package repositories.
Alternatively, the package can be specified as either the path to the
- package archive (<file>) or to the package directory (<dir>). See the
- \l{bpkg-pkg-fetch(1)} and \l{bpkg-pkg-unpack(1)} commands for more
- information on the semantics of specifying the package as an archive or
- a directory.
+ package archive (<file>) or to the package directory (<dir>/; note that
+ it must end with a directory separator). See the \l{bpkg-pkg-fetch(1)}
+ and \l{bpkg-pkg-unpack(1)} commands for more information on the semantics
+ of specifying the package as an archive or a directory.
Packages that are specified explicitly on the command line will be
\i{held}, that is, they will not be considered for automatic removal if