aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-verify.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-verify.cli
parent0d3525d80fbeee78ae49384f2d722de20127a040 (diff)
Style/naming cleanup in man synopsis
Diffstat (limited to 'bpkg/pkg-verify.cli')
-rw-r--r--bpkg/pkg-verify.cli12
1 files changed, 6 insertions, 6 deletions
diff --git a/bpkg/pkg-verify.cli b/bpkg/pkg-verify.cli
index 1b733c7..836791a 100644
--- a/bpkg/pkg-verify.cli
+++ b/bpkg/pkg-verify.cli
@@ -11,18 +11,18 @@ include <bpkg/common.cli>;
namespace bpkg
{
{
- "<options> <archive>",
+ "<options> <file>",
"\h|SYNOPSIS|
- \c{\b{bpkg pkg-verify} [<options>] <archive>}
+ \c{\b{bpkg pkg-verify} [<options>] <file>}
\h|DESCRIPTION|
- The \cb{pkg-verify} command verifies that the specified archive is a
- valid \cb{bpkg} package. Specifically, it checks that the archive's name
- and the top-level directory inside the archive match the canonical
- '\c{\i{name}\b{-}\i{version}}' form and that there is a valid manifest
+ The \cb{pkg-verify} command verifies that the specified archive file is a
+ valid \cb{bpkg} package. Specifically, it checks that the file's name and
+ the top-level directory inside the archive match the canonical
+ \c{\i{name}\b{-}\i{version}} form and that there is a valid manifest
file in that top-level directory."
}