aboutsummaryrefslogtreecommitdiff
path: root/load/load.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-04 20:53:00 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-19 22:16:46 +0300
commitdbbc19b77dcf6ea828aabd64d7aa8cab9635aaf5 (patch)
treec0b9b449b7064dff3613628022224e6c18148c3e /load/load.cli
parentefb9c3e0e6b612d5bfadc7a2b984c14b5439335c (diff)
Implement build task, result and log requests handling
Diffstat (limited to 'load/load.cli')
-rw-r--r--load/load.cli9
1 files changed, 5 insertions, 4 deletions
diff --git a/load/load.cli b/load/load.cli
index 7850d86..fe05ad2 100644
--- a/load/load.cli
+++ b/load/load.cli
@@ -28,8 +28,8 @@ include <brep/types>;
repository and package information into the database, suitable for
consumption by the \cb{brep} web module.
- Note that \cb{brep-load} expects the database schema to have already been
- created using \l{brep-migrate(1)}.
+ Note that \cb{brep-load} expects the database \cb{package} schema to have
+ already been created using \l{brep-migrate(1)}.
Also note that \cb{brep-load} requires \l{bpkg(1)} to fetch repository
information. See \cb{--bpkg} for more information on the package manager
@@ -54,10 +54,11 @@ class options
expected to work."
}
- std::string --db-name|-n = "brep"
+ std::string --db-name|-n = "brep_package"
{
"<name>",
- "Database name. If not specified, then '\cb{brep}' is used by default."
+ "Database name. If not specified, then \cb{brep_package} is used by
+ default."
}
std::string --db-host|-h