From 12a5375f25d6a7be5a5741c728a8f9b8168761a4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Feb 2018 13:45:16 +0200 Subject: Document new rep-list and rep-remove, update rep-add and rep-fetch --- bpkg/rep-add.cli | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'bpkg/rep-add.cli') diff --git a/bpkg/rep-add.cli b/bpkg/rep-add.cli index ff202a5..827e745 100644 --- a/bpkg/rep-add.cli +++ b/bpkg/rep-add.cli @@ -13,17 +13,18 @@ include ; namespace bpkg { { - " ", + " ", "\h|SYNOPSIS| - \c{\b{bpkg rep-add}|\b{add} [] } + \c{\b{bpkg rep-add}|\b{add} [] ...} \h|DESCRIPTION| - The \cb{rep-add} command adds the specified package repository to the - configuration. The repository location is a URL or a directory - path. + 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. 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)} -- cgit v1.1