From 023f1a286b7dfe80eb80a9e6924e492cf6f3f80a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 May 2018 10:34:31 +0200 Subject: Implement test, update, and clean commands --- bdep/sync.cli | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'bdep/sync.cli') diff --git a/bdep/sync.cli b/bdep/sync.cli index 9aa142b..ea5d51f 100644 --- a/bdep/sync.cli +++ b/bdep/sync.cli @@ -38,13 +38,14 @@ namespace bdep configurations. The first form (no arguments nor \cb{--upgrade} or \cb{--patch} are specified) upgrades the project packages to the latest version/iteration, adjusts their dependencies according to the latest - manifest information, and updates the lockfile. If no project or package - directory is specified, then the current working directory is assumed. If - no configuration is specified, then the default configuration is - assumed. See \l{bdep-projects-configs(1)} for details on specifying - projects and configurations. Optional are the additional - dependency packages and/or configuration variables to pass to the - underlying \l{bpkg-pkg-build(1)} command. + manifest information, and updates the lockfile. + + If no project or package directory is specified, then the current working + directory is assumed. If no configuration is specified, then the default + configuration is assumed. See \l{bdep-projects-configs(1)} for details on + specifying projects and configurations. Optional are the + additional dependency packages and/or configuration variables to pass to + the underlying \l{bpkg-pkg-build(1)} command. The second form (no arguments but either \cb{--upgrade} or \cb{--patch} is specified), in addition to the first form's functionality, also -- cgit v1.1