aboutsummaryrefslogtreecommitdiff
path: root/bdep/publish.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-08-24 13:33:01 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2018-08-25 13:38:41 +0300
commitfe6aa3aa87bdff77ca667e012a9d1cc34f1fb8ea (patch)
treeaf89684406dbb6b6f13bd74e9b09cf76eb6d6ebd /bdep/publish.cli
parent5f85dd75c096b57a085737a8164099cb1ef19181 (diff)
Implement bdep-ci command
Diffstat (limited to 'bdep/publish.cli')
-rw-r--r--bdep/publish.cli7
1 files changed, 4 insertions, 3 deletions
diff --git a/bdep/publish.cli b/bdep/publish.cli
index bcbb022..53e7916 100644
--- a/bdep/publish.cli
+++ b/bdep/publish.cli
@@ -26,7 +26,7 @@ namespace bdep
\h|DESCRIPTION|
- The \cb{publish} command published the project packages to an
+ The \cb{publish} command publishes the project packages to an
archive-based repository.
If no project or package directory is specified, then the current working
@@ -78,8 +78,9 @@ namespace bdep
option, it will be automatically derived from the version control's
\"remote\" URL. In case of \cb{git(1)}, it will be based on the
\cb{remote.origin.url} configuration value unless overridden with
- \cb{remote.origin.build2ControlUrl}. The special \cb{none} value to the
- \cb{--control} option can be used to disable this functionality.
+ \cb{remote.origin.build2ControlUrl} or \cb{remote.origin.build2Url}. The
+ special \cb{none} value to the \cb{--control} option can be used to
+ disable this functionality.
See \l{brep#submit Package Submission} for details on the submission
request handling by archive repositories.