summaryrefslogtreecommitdiff
path: root/man/bst.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/bst.1')
-rw-r--r--man/bst.125
1 files changed, 14 insertions, 11 deletions
diff --git a/man/bst.1 b/man/bst.1
index e9c494d35..b7b08db79 100644
--- a/man/bst.1
+++ b/man/bst.1
@@ -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.