aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-info.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-02-10 12:19:27 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2018-02-12 17:35:01 +0300
commit1ac50a35f4183cd7cd4bae0b310e20474a2d1f69 (patch)
tree2dfc7a4fd9d69165b4c9b9d5bd91868bdd266f99 /bpkg/rep-info.cli
parentb7763416f8a1e4940a10336d3a8b9fbbb879f414 (diff)
Document git repository-related functionality
Diffstat (limited to 'bpkg/rep-info.cli')
-rw-r--r--bpkg/rep-info.cli7
1 files changed, 2 insertions, 5 deletions
diff --git a/bpkg/rep-info.cli b/bpkg/rep-info.cli
index d2ce9b6..5c11f4f 100644
--- a/bpkg/rep-info.cli
+++ b/bpkg/rep-info.cli
@@ -24,7 +24,7 @@ namespace bpkg
The \cb{rep-info} command prints various information about the specified
repository. By default it print the repository's name and location as the
first line. If the repository is signed, the certificate information
- (name/organization/email) is printed as the next line following by the
+ (name/organization/email) is printed as the next line followed by the
certificate fingerprint. Then comes the list of complement and
prerequisite repositories followed by the list of available packages.
@@ -97,10 +97,7 @@ namespace bpkg
{
"<type>",
"Specify the repository type with valid values being \cb{bpkg} and
- \cb{git}. Normally the repository type can be automatically guessed by
- examining its URL (for example, the presence of the \cb{.git}
- extension) or, in case of a local repository, its content (for example,
- the presence of the \cb{.git} subdirectory)."
+ \cb{git}. Refer to \l{bpkg-rep-add(1)} for details."
}
string --directory|-d // String to allow empty value.