diff options
Diffstat (limited to 'man/bst.1')
-rw-r--r-- | man/bst.1 | 25 |
1 files changed, 14 insertions, 11 deletions
@@ -1,4 +1,4 @@ -.TH "BST" "1" "09-May-2017" "" "bst Manual" +.TH "BST" "1" "27-May-2017" "" "bst Manual" .SH NAME bst \- Build and manipulate BuildStream projects... .SH SYNOPSIS @@ -41,30 +41,33 @@ Print debugging output \fB\-\-error\-lines\fP INTEGER Maximum number of lines to show from a task log .TP +\fB\-\-message\-lines\fP INTEGER +Maximum number of lines to show in a detailed message +.TP \fB\-\-log\-file\fP FILENAME A file to store the main log (allows storing the main log while in interactive mode) .SH COMMANDS .PP -\fBshow\fP - Show elements in the pipeline - See \fBbst-show(1)\fP for full documentation on the \fBshow\fP command. - -.PP -\fBtrack\fP - Track new source references - See \fBbst-track(1)\fP for full documentation on the \fBtrack\fP command. - -.PP \fBbuild\fP Build elements in a pipeline See \fBbst-build(1)\fP for full documentation on the \fBbuild\fP command. .PP +\fBshow\fP + Show elements in the pipeline + See \fBbst-show(1)\fP for full documentation on the \fBshow\fP command. + +.PP \fBfetch\fP Fetch sources in a pipeline See \fBbst-fetch(1)\fP for full documentation on the \fBfetch\fP command. .PP +\fBtrack\fP + Track new source references + See \fBbst-track(1)\fP for full documentation on the \fBtrack\fP command. + +.PP \fBshell\fP Shell into an element's sandbox environment See \fBbst-shell(1)\fP for full documentation on the \fBshell\fP command. |