diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-04-26 15:40:13 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-04-26 15:40:13 +0900 |
commit | 24028499a9a24c324aadb5dd604e49d12dd503d8 (patch) | |
tree | b28838bfa04cee485a4b3b89f3603fe193d7e31c /man/bst-init.1 | |
parent | d3a991a53121dee2b6a3af1343fc0b9901420f01 (diff) | |
download | buildstream-24028499a9a24c324aadb5dd604e49d12dd503d8.tar.gz |
man: Updated man pages for 1.1.3 release
Diffstat (limited to 'man/bst-init.1')
-rw-r--r-- | man/bst-init.1 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/man/bst-init.1 b/man/bst-init.1 new file mode 100644 index 000000000..0ec9abcf6 --- /dev/null +++ b/man/bst-init.1 @@ -0,0 +1,27 @@ +.TH "BST INIT" "1" "26-Apr-2018" "" "bst init Manual" +.SH NAME +bst\-init \- Initialize a new BuildStream project +.SH SYNOPSIS +.B bst init +[OPTIONS] +.SH DESCRIPTION +Initialize a new BuildStream project + +Creates a new BuildStream project.conf in the project +directory. + +Unless `--project-name` is specified, this will be an +interactive session. +.SH OPTIONS +.TP +\fB\-\-project\-name\fP TEXT +The project name to use +.TP +\fB\-\-format\-version\fP INTEGER +The required format version (default: 8) +.TP +\fB\-\-element\-path\fP PATH +The subdirectory to store elements in (default: elements) +.TP +\fB\-f,\fP \-\-force +Allow overwriting an existing project.conf
\ No newline at end of file |