From cdbc374bc16ed0db1a4a206064bb090ac935d89d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Mar 2018 14:35:27 +0200 Subject: Style/naming cleanup in man synopsis --- bpkg/pkg-build.cli | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'bpkg/pkg-build.cli') 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 ; namespace bpkg { { - " ", + " + + + + ", "\h|SYNOPSIS| - \c{\b{bpkg pkg-build}|\b{build} [] ( | [\b{@}] | | /)...} + \c{\b{bpkg pkg-build}|\b{build} [] ( | [\b{@}] | | /)...} - \c{ = [\b{:}][\b{/}][\b{,}...\b{@}]}\n - \c{ \ \ = [\b{?}]\b{sys}} + \c{ = [\b{:}][\b{/}][\b{,}...\b{@}]\n + \ \ = [\b{?}]\b{sys}} \h|DESCRIPTION| @@ -38,10 +42,10 @@ namespace bpkg bpkg build foo libfoo/1.2.3 \ - Alternatively, the package repository () can be specified as - part of the build command. In this case, if is not specified, then - the latest available from this repository version will be built. For - example: + Alternatively, the package repository location () can be + specified as part of the build command. In this case, if 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 -- cgit v1.1