From 07ab59a93f9447d5489743e8d7e19b6adb5ebbf1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 9 Jul 2021 20:55:15 +0300 Subject: Add support for configuration type and bdep-config-link sub-command --- bdep/publish.cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bdep/publish.cli') diff --git a/bdep/publish.cli b/bdep/publish.cli index d8ecb82..42504ac 100644 --- a/bdep/publish.cli +++ b/bdep/publish.cli @@ -23,7 +23,7 @@ namespace bdep \c{ = (\b{--directory}|\b{-d} )... | \n = \b{--directory}|\b{-d} \n - = \b{@} | \b{--config}|\b{-c} | \b{--forward}} + = (\b{@} | \b{--config}|\b{-c} )... | \b{--all}|\b{-a} | \b{--forward}} \h|DESCRIPTION| @@ -32,7 +32,7 @@ namespace bdep 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 used to prepare the package distributions. If the + configurations are used to prepare the package distributions. If the specified directory is a project directory, then all the packages in the project are published. See \l{bdep-projects-configs(1)} for details on specifying projects and configurations. -- cgit v1.1