diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-18 15:37:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-24 18:21:41 +0200 |
commit | d234314463b1d8c4112bf52e2c1966be5953b327 (patch) | |
tree | 86b3864c76f6292b92989d31dc10adff5437f7be | |
parent | fdd72db7512ecd2410e9ddcb144abea23d67b2c7 (diff) |
Fix typo in documentation
-rw-r--r-- | bpkg/common.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/common.cli b/bpkg/common.cli index e71140a..d2be090 100644 --- a/bpkg/common.cli +++ b/bpkg/common.cli @@ -189,7 +189,7 @@ namespace bpkg bpkg::auth --auth = bpkg::auth::remote { "<type>", - "Repository types be authenticated. Valid values for this option are + "Types of repositories to authenticate. Valid values for this option are \cb{none}, \cb{remote}, \cb{all}. By default only remote repositories are authenticated. You can request authentication of local repositories by passing \cb{all} or disable authentication completely by passing |