aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-create.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-11 15:14:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-11 15:14:32 +0200
commit1c13ae4ed5d84b32c2c1a0698f9e688c312de989 (patch)
tree4977cf7df549e275205e9ced6ae283ac89c685c4 /bpkg/rep-create.cli
parentad257079568746d71d913c6fca96852da6fe3bd6 (diff)
Documentation improvements
Diffstat (limited to 'bpkg/rep-create.cli')
-rw-r--r--bpkg/rep-create.cli25
1 files changed, 17 insertions, 8 deletions
diff --git a/bpkg/rep-create.cli b/bpkg/rep-create.cli
index b472cfc..fc11a0c 100644
--- a/bpkg/rep-create.cli
+++ b/bpkg/rep-create.cli
@@ -6,19 +6,28 @@ include <bpkg/common.cli>;
"\section=1"
"\name=bpkg-rep-create"
-"\summary=create repository manifest file"
+"\summary=create repository"
namespace bpkg
{
- class rep_create_options: common_options
{
- /*
- "Create repository manifest file (\cb{packages}) based on the
- packages present in the repository directory."
+ "<options> <dir>",
+
+ "\h|SYNOPSIS|
+
+ \c{\b{bpkg rep-create} [<options>] [<dir>]}
+
+ \h|DESCRIPTION|
- "Use <dir> as the repository root directory instead of the
- current working directory."
- */
+ The \cb{rep-create} command regenerates the \cb{packages} manifest file
+ based on the files present in the repository directory. If <dir> is not
+ specified, then the current working directory is used as the repository
+ root."
+ }
+
+ class rep_create_options: common_options
+ {
+ "\h|REP-CREATE OPTIONS|"
bool --ignore-unknown
{