aboutsummaryrefslogtreecommitdiff
path: root/bdep/init.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-10-24 10:19:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-10-24 10:19:24 +0200
commit28bf74a975589e6136c39ec679f2e4ddc089f649 (patch)
tree60f7a8a30ebb0ddd77d1b5d168fd88220ec203db /bdep/init.cxx
parent44d5647b4b92089fc90195b41373f6b99dc5c42c (diff)
Fix bdep-sync documentation
Diffstat (limited to 'bdep/init.cxx')
-rw-r--r--bdep/init.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/bdep/init.cxx b/bdep/init.cxx
index 1abff60..04afd3c 100644
--- a/bdep/init.cxx
+++ b/bdep/init.cxx
@@ -117,6 +117,8 @@ namespace bdep
// error. This can be worked around by disabling the implicit sync
// (BDEP_SYNC=0).
//
+ // Note: semantically equivalent to the first form of the sync command.
+ //
cmd_sync (o, prj, c, pkg_args, false /* implicit */);
db.update (c);