aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-create.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-03-05 16:49:24 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-03-05 17:25:16 +0300
commit22e35bf80cea95dc1edce22e729199f61a6fedcd (patch)
treee8b00be480a8a1b57641f23e1f7d09fb0a8bad1a /bpkg/rep-create.cli
parentcdbc374bc16ed0db1a4a206064bb090ac935d89d (diff)
Add .manifest extension to repositories, packages and signature files
Diffstat (limited to 'bpkg/rep-create.cli')
-rw-r--r--bpkg/rep-create.cli6
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/rep-create.cli b/bpkg/rep-create.cli
index 970125d..40269ab 100644
--- a/bpkg/rep-create.cli
+++ b/bpkg/rep-create.cli
@@ -19,10 +19,10 @@ namespace bpkg
\h|DESCRIPTION|
- The \cb{rep-create} command regenerates the \cb{packages} manifest file
+ The \cb{rep-create} command regenerates the \cb{packages.manifest} file
based on the files present in the repository directory. If the
- \cb{repositories} manifest file contains a certificate, then the
- \cb{signature} manifest file is regenerated as well. In this case the
+ \cb{repositories.manifest} file contains a certificate, then the
+ \cb{signature.manifest} file is regenerated as well. In this case the
\cb{--key} option must be used to specify the certificate's private
key. If <dir> is not specified, then the current working directory is
used as the repository root."