summaryrefslogtreecommitdiff
path: root/man/bst.1
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-06-21 18:16:40 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-06-21 18:16:40 +0900
commit2fd1fc03950c19c3e6dedab9dc088bd704dbe35c (patch)
tree50d2254c1aac961a78d9ea6bcea3fb579a6c4db7 /man/bst.1
parent85c5d6aa522d13c2e452027b51d786eddda76dee (diff)
downloadbuildstream-2fd1fc03950c19c3e6dedab9dc088bd704dbe35c.tar.gz
Updating man pages to reflect recent frontend changes.
Diffstat (limited to 'man/bst.1')
-rw-r--r--man/bst.128
1 files changed, 14 insertions, 14 deletions
diff --git a/man/bst.1 b/man/bst.1
index c03772d1d..8bcc2f449 100644
--- a/man/bst.1
+++ b/man/bst.1
@@ -1,4 +1,4 @@
-.TH "BST" "1" "28-May-2017" "" "bst Manual"
+.TH "BST" "1" "21-Jun-2017" "" "bst Manual"
.SH NAME
bst \- Build and manipulate BuildStream projects...
.SH SYNOPSIS
@@ -48,6 +48,16 @@ Maximum number of lines to show in a detailed message
A file to store the main log (allows storing the main log while in interactive mode)
.SH COMMANDS
.PP
+\fBfetch\fP
+ Fetch sources in a pipeline
+ See \fBbst-fetch(1)\fP for full documentation on the \fBfetch\fP command.
+
+.PP
+\fBbuild\fP
+ Build elements in a pipeline
+ See \fBbst-build(1)\fP for full documentation on the \fBbuild\fP command.
+
+.PP
\fBtrack\fP
Track new source references
See \fBbst-track(1)\fP for full documentation on the \fBtrack\fP command.
@@ -58,21 +68,11 @@ A file to store the main log (allows storing the main log while in interactive m
See \fBbst-checkout(1)\fP for full documentation on the \fBcheckout\fP command.
.PP
-\fBfetch\fP
- Fetch sources in a pipeline
- See \fBbst-fetch(1)\fP for full documentation on the \fBfetch\fP command.
+\fBshow\fP
+ Show elements in the pipeline
+ See \fBbst-show(1)\fP for full documentation on the \fBshow\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.
-
-.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.