aboutsummaryrefslogtreecommitdiff
path: root/bdep/publish.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/publish.cli')
-rw-r--r--bdep/publish.cli4
1 files changed, 2 insertions, 2 deletions
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{<pkg-spec> = (\b{--directory}|\b{-d} <pkg-dir>)... | <prj-spec>\n
<prj-spec> = \b{--directory}|\b{-d} <prj-dir>\n
- <cfg-spec> = \b{@}<cfg-name> | \b{--config}|\b{-c} <cfg-dir> | \b{--forward}}
+ <cfg-spec> = (\b{@}<cfg-name> | \b{--config}|\b{-c} <cfg-dir>)... | \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.