summaryrefslogtreecommitdiff
path: root/man/bst.1
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-05-28 20:06:54 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-05-28 20:06:54 +0900
commitd42d2ac6a1eba7ea6f1addb0b9fa7e866210eed7 (patch)
tree059111548d10803a10c1dda0bafeb7d3b4ef60d0 /man/bst.1
parentda1c7541a9bf612af5993432613b74895651c6e4 (diff)
downloadbuildstream-d42d2ac6a1eba7ea6f1addb0b9fa7e866210eed7.tar.gz
Updated man pages after recent frontend changes.
Diffstat (limited to 'man/bst.1')
-rw-r--r--man/bst.130
1 files changed, 15 insertions, 15 deletions
diff --git a/man/bst.1 b/man/bst.1
index b7b08db79..c03772d1d 100644
--- a/man/bst.1
+++ b/man/bst.1
@@ -1,4 +1,4 @@
-.TH "BST" "1" "27-May-2017" "" "bst Manual"
+.TH "BST" "1" "28-May-2017" "" "bst Manual"
.SH NAME
bst \- Build and manipulate BuildStream projects...
.SH SYNOPSIS
@@ -48,14 +48,14 @@ 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
-\fBbuild\fP
- Build elements in a pipeline
- See \fBbst-build(1)\fP for full documentation on the \fBbuild\fP command.
+\fBtrack\fP
+ Track new source references
+ See \fBbst-track(1)\fP for full documentation on the \fBtrack\fP command.
.PP
-\fBshow\fP
- Show elements in the pipeline
- See \fBbst-show(1)\fP for full documentation on the \fBshow\fP command.
+\fBcheckout\fP
+ Checkout a built artifact
+ See \fBbst-checkout(1)\fP for full documentation on the \fBcheckout\fP command.
.PP
\fBfetch\fP
@@ -63,16 +63,16 @@ A file to store the main log (allows storing the main log while in interactive m
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.
.PP
-\fBcheckout\fP
- Checkout a built artifact
- See \fBbst-checkout(1)\fP for full documentation on the \fBcheckout\fP command.
+\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.