aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-add.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/rep-add.cli
parent0d3525d80fbeee78ae49384f2d722de20127a040 (diff)
Style/naming cleanup in man synopsis
Diffstat (limited to 'bpkg/rep-add.cli')
-rw-r--r--bpkg/rep-add.cli10
1 files changed, 5 insertions, 5 deletions
diff --git a/bpkg/rep-add.cli b/bpkg/rep-add.cli
index b630f0a..b566bbd 100644
--- a/bpkg/rep-add.cli
+++ b/bpkg/rep-add.cli
@@ -13,18 +13,18 @@ include <bpkg/configuration.cli>;
namespace bpkg
{
{
- "<options> <location> <tag> <branch> <commit-id>",
+ "<options> <rep-loc> <tag> <branch> <commit-id>",
"\h|SYNOPSIS|
- \c{\b{bpkg rep-add}|\b{add} [<options>] <location>...}
+ \c{\b{bpkg rep-add}|\b{add} [<options>] <rep-loc>...}
\h|DESCRIPTION|
The \cb{rep-add} command adds the specified package repositories to the
- configuration. The repository location is a URL or a directory path. If a
- repository with the same name already exists in the configuration, then
- its location is replaced with the specified.
+ configuration. The repository location <rep-loc> is a URL or a directory
+ path. If a repository with the same canonical name already exists in the
+ configuration, then its location is replaced with the specified.
Note that this command doesn't fetch the list of available packages for
the newly added repository. For that, use the \l{bpkg-rep-fetch(1)}