From ed0dd177c63bb7758e8633ffe26de2a8bc315d1b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 7 Mar 2016 19:11:31 +0300 Subject: Display sha256sum on the package version details page --- load/load.cli | 37 ++++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) (limited to 'load/load.cli') diff --git a/load/load.cli b/load/load.cli index 751d1bd..5c30c14 100644 --- a/load/load.cli +++ b/load/load.cli @@ -2,6 +2,7 @@ // copyright : Copyright (c) 2014-2016 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file +include ; include ; include ; // uint16_t @@ -21,9 +22,9 @@ include ; // uint16_t \h|DESCRIPTION| \cb{brep-load} reads the list of repositories from the specified - configuration , fetches their manifest files, and loads the repository - and package information into the database, suitable for consumption by the - \cb{brep} web module. + configuration , fetches their manifest files, and loads the + 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)}." @@ -67,6 +68,36 @@ class options "Database port number. If not specified, the default port is used." } + std::string --pager // String to allow empty value. + { + "", + "The pager program to be used to show long text. Commonly used pager + programs are \cb{less} and \cb{more}. You can also specify additional + options that should be passed to the pager program with + \cb{--pager-option}. If an empty string is specified as the pager + program, then no pager will be used. If the pager program is not + explicitly specified, then \cb{brep-load} will try to use \cb{less}. If + it is not available, then no pager will be used." + } + + std::vector --pager-option + { + "", + "Additional option to be passed to the pager program. See \cb{--pager} + for more information on the pager program. Repeat this option to + specify multiple pager options." + } + bool --help {"Print usage information and exit."} bool --version {"Print version and exit."} }; + +"\h|EXIT STATUS| + +\cb{0} Successful termination. + +\cb{1} \cb{brep-load} or \l{brep-migrate(1)} instance is running. Try + again. + +\cb{2} Fatal error. +" -- cgit v1.1