aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-05 14:35:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-05 14:35:27 +0200
commitcdbc374bc16ed0db1a4a206064bb090ac935d89d (patch)
treeb425e51d73540805a42b6b69b9bf90b44f7189ce /bpkg/pkg-build.cli
parent0d3525d80fbeee78ae49384f2d722de20127a040 (diff)
Style/naming cleanup in man synopsis
Diffstat (limited to 'bpkg/pkg-build.cli')
-rw-r--r--bpkg/pkg-build.cli20
1 files changed, 12 insertions, 8 deletions
diff --git a/bpkg/pkg-build.cli b/bpkg/pkg-build.cli
index 87440a0..3c5568f 100644
--- a/bpkg/pkg-build.cli
+++ b/bpkg/pkg-build.cli
@@ -11,14 +11,18 @@ include <bpkg/configuration.cli>;
namespace bpkg
{
{
- "<options> <scheme> <pkg> <ver> <file> <dir> <pkgs> <location> <packages>",
+ "<options>
+ <pkg-spec> <scheme> <pkg> <ver>
+ <file>
+ <dir>
+ <rep-loc>",
"\h|SYNOPSIS|
- \c{\b{bpkg pkg-build}|\b{build} [<options>] (<packages> | [\b{@}]<location> | <file> | <dir>/)...}
+ \c{\b{bpkg pkg-build}|\b{build} [<options>] (<pkg-spec> | [\b{@}]<rep-loc> | <file> | <dir>/)...}
- \c{<packages> = [<scheme>\b{:}]<pkg>[\b{/}<ver>][\b{,}...\b{@}<location>]}\n
- \c{<scheme> \ \ = [\b{?}]\b{sys}}
+ \c{<pkg-spec> = [<scheme>\b{:}]<pkg>[\b{/}<ver>][\b{,}...\b{@}<rep-loc>]\n
+ <scheme> \ \ = [\b{?}]\b{sys}}
\h|DESCRIPTION|
@@ -38,10 +42,10 @@ namespace bpkg
bpkg build foo libfoo/1.2.3
\
- Alternatively, the package repository (<location>) can be specified as
- part of the build command. In this case, if <ver> is not specified, then
- the latest available from this repository version will be built. For
- example:
+ Alternatively, the package repository location (<rep-loc>) can be
+ specified as part of the build command. In this case, if <ver> is not
+ specified, then the latest available from this repository version will be
+ built. For example:
\
bpkg build foo,libfoo/1.2.3@https://git.example.org/foo.git#master