aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-03-10 11:58:44 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2021-03-11 11:02:25 +0300
commit60fe5f8f374d9c680d0458394ac795830eb7e342 (patch)
treef9f6b4d8d6e43e07e7cc4f1ee8e87ef1ed5b05d8 /bdep/sync.cli
parent9bcf92ef422999dca6c7fe00125c48065cbab977 (diff)
Change bdep-sync form 2 to upgrade all initialized package dependencies if not specified explicitly
Diffstat (limited to 'bdep/sync.cli')
-rw-r--r--bdep/sync.cli6
1 files changed, 4 insertions, 2 deletions
diff --git a/bdep/sync.cli b/bdep/sync.cli
index 503b930..8f806b6 100644
--- a/bdep/sync.cli
+++ b/bdep/sync.cli
@@ -51,7 +51,9 @@ namespace bdep
upgrades or patches immediate (by default or if
\c{\b{--immediate}|\b{-i}} is specified) or all (if
\c{\b{--recursive}|\b{-r}} is specified) dependencies of the specified
- project packages.
+ project packages. If no project packages are specified explicitly, then
+ this form upgrades or patches dependencies of all the initialized
+ packages in a project.
The third form (one or more <dep-spec> arguments are specified), in
addition to the first form's functionality, also upgrades (by default or
@@ -127,7 +129,7 @@ namespace bdep
Upgrade \cb{libx} and its immediate dependencies to the latest version:
\
- prj/$ bdep sync -i libx
+ prj/$ bdep sync -u -i libx
\
Upgrade \cb{libx} to the latest patch version: