aboutsummaryrefslogtreecommitdiff
path: root/bdep/bdep.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/bdep.cxx')
-rw-r--r--bdep/bdep.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/bdep/bdep.cxx b/bdep/bdep.cxx
index 77dcd71..39f08ad 100644
--- a/bdep/bdep.cxx
+++ b/bdep/bdep.cxx
@@ -24,6 +24,7 @@
#include <bdep/config.hxx>
#include <bdep/init.hxx>
+#include <bdep/sync.hxx>
using namespace std;
using namespace bdep;
@@ -264,8 +265,9 @@ try
}
//COMMAND_IMPL (new_, new, "new");
- COMMAND_IMPL (init, init, "init");
COMMAND_IMPL (config, config, "config");
+ COMMAND_IMPL (init, init, "init");
+ COMMAND_IMPL (sync, sync, "sync");
assert (false);
fail << "unhandled command";