diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-06-18 21:27:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-06-18 21:27:40 +0200 |
commit | 6374f8290e73c07a9614a67ea33c417beb07809d (patch) | |
tree | ce69eddec9a0a7ec46e6cd036efebdc9eeed05ec /doc/intro.cli | |
parent | 80ee806036ea4769e14ac4e3f5b9b3a7452f78d0 (diff) |
Update intro to reflect bpkg command changes
Diffstat (limited to 'doc/intro.cli')
-rw-r--r-- | doc/intro.cli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/intro.cli b/doc/intro.cli index e4d6d57..6150d6e 100644 --- a/doc/intro.cli +++ b/doc/intro.cli @@ -189,7 +189,7 @@ $ bpkg add https://build2.org/pkg/1/hello/stable added repository build2.org/hello/stable \ -If we want to add several repositories, we just execute the \l{bpkg-cfg-add(1) +If we want to add several repositories, we just execute the \l{bpkg-rep-add(1) \c{bpkg add}} command for each of them. Once this is done, we fetch the list of available packages for all the added repositories: @@ -199,7 +199,7 @@ fetching build2.org/hello/stable 3 package(s) in 1 repository(s) \ -You would normally re-run the \l{bpkg-cfg-fetch(1) \c{bpkg fetch}} command +You would normally re-run the \l{bpkg-rep-fetch(1) \c{bpkg fetch}} command after you've added another repository or to refresh the list of available packages. |