summaryrefslogtreecommitdiff
path: root/man/bst-init.1
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2018-11-29 16:55:46 +0400
committerJürg Billeter <j@bitron.ch>2018-11-30 09:34:38 +0000
commit1f31aefc2afb3e09cd294e83cb3cace4af076613 (patch)
tree356f2a451b41a9e5d248ffebbab384425623b5ec /man/bst-init.1
parentf6c184f5bdaa664d543d00c6f42f25614d0f79dd (diff)
downloadbuildstream-1f31aefc2afb3e09cd294e83cb3cace4af076613.tar.gz
man/: update with changes since Apr 2018
It seems that the regenerated man pages haven't been committed for some time. Add them all in one lump now. Had to manually strip the version number from the generated files. Had to manually fix the NAME field of bst.1 to not be 'bst - None'. Oddly had to invoke click-man directly in order to get the changes to be applied, the usual setup.py route mentioned in contributing.rst didn't work. Eyeballed the result of invoking man on each of the commands, seems good.
Diffstat (limited to 'man/bst-init.1')
-rw-r--r--man/bst-init.18
1 files changed, 4 insertions, 4 deletions
diff --git a/man/bst-init.1 b/man/bst-init.1
index 0ec9abcf6..15330aa6d 100644
--- a/man/bst-init.1
+++ b/man/bst-init.1
@@ -1,4 +1,4 @@
-.TH "BST INIT" "1" "26-Apr-2018" "" "bst init Manual"
+.TH "BST INIT" "1" "29-Nov-2018" "" "bst init Manual"
.SH NAME
bst\-init \- Initialize a new BuildStream project
.SH SYNOPSIS
@@ -6,10 +6,10 @@ bst\-init \- Initialize a new BuildStream project
[OPTIONS]
.SH DESCRIPTION
Initialize a new BuildStream project
-
+.PP
Creates a new BuildStream project.conf in the project
directory.
-
+.PP
Unless `--project-name` is specified, this will be an
interactive session.
.SH OPTIONS
@@ -18,7 +18,7 @@ interactive session.
The project name to use
.TP
\fB\-\-format\-version\fP INTEGER
-The required format version (default: 8)
+The required format version (default: 18)
.TP
\fB\-\-element\-path\fP PATH
The subdirectory to store elements in (default: elements)