diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-03 17:48:56 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-04 13:41:05 +0300 |
commit | 46fd72d12ac587e46bbfdd653673d3b2ae8d433b (patch) | |
tree | e1358e6a63b3992fd91bfa09c140b951859f9c13 /load/load.cli | |
parent | 995d0c5dd5eb9a3221a18028466043852808bc23 (diff) |
Rename brep-load.conf to loadtab, make use of butl::tab_parser
Diffstat (limited to 'load/load.cli')
-rw-r--r-- | load/load.cli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/load/load.cli b/load/load.cli index a3fcdb4..7850d86 100644 --- a/load/load.cli +++ b/load/load.cli @@ -13,18 +13,18 @@ include <brep/types>; "\summary=load build2 repositories into database" { - "<options> <file>", + "<options> <loadtab-file>", "\h|SYNOPSIS| \cb{brep-load --help}\n \cb{brep-load --version}\n - \c{\b{brep-load} [<options>] <file>} + \c{\b{brep-load} [<options>] <loadtab-file>} \h|DESCRIPTION| \cb{brep-load} reads the list of repositories from the specified - configuration <file>, fetches their manifest files, and loads the + configuration <loadtab-file>, fetches their manifest files, and loads the repository and package information into the database, suitable for consumption by the \cb{brep} web module. |