diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-08 21:19:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-08 21:19:53 +0300 |
commit | c251c85cf17bdffbd34600e7a99b47540318c706 (patch) | |
tree | 4cce498d3ccb7ce051c9f5ae5c9809c555513285 /mod | |
parent | d63e34a7e8612dc69ae25f3d3903ba04cc808bf7 (diff) |
Add documentation to etc/brep-module.conf
Diffstat (limited to 'mod')
-rw-r--r-- | mod/options.cli | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mod/options.cli b/mod/options.cli index 12f577c..d5d4e61 100644 --- a/mod/options.cli +++ b/mod/options.cli @@ -538,7 +538,8 @@ namespace brep "<service>", "The default view to display for the global repository root. The <service> argument is one of the supported services (\c{packages}, - \c{builds}, \c{submit}, \c{ci}, etc)." + \c{builds}, \c{submit}, \c{ci}, etc). The default service is + packages." } string root-tenant-view = "packages" @@ -546,7 +547,8 @@ namespace brep "<service>" "The default view to display for the tenant repository root. The <service> argument is one of the supported services (\c{packages}, - \c{builds}, \c{submit}, \c{ci}, etc)." + \c{builds}, \c{submit}, \c{ci}, etc). The default service is + packages." } }; } |