summaryrefslogtreecommitdiff
path: root/man/bst-show.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-show.1
parentda1c7541a9bf612af5993432613b74895651c6e4 (diff)
downloadbuildstream-d42d2ac6a1eba7ea6f1addb0b9fa7e866210eed7.tar.gz
Updated man pages after recent frontend changes.
Diffstat (limited to 'man/bst-show.1')
-rw-r--r--man/bst-show.117
1 files changed, 12 insertions, 5 deletions
diff --git a/man/bst-show.1 b/man/bst-show.1
index c4a075f1e..980985055 100644
--- a/man/bst-show.1
+++ b/man/bst-show.1
@@ -1,4 +1,4 @@
-.TH "BST SHOW" "1" "27-May-2017" "" "bst show Manual"
+.TH "BST SHOW" "1" "28-May-2017" "" "bst show Manual"
.SH NAME
bst\-show \- Show elements in the pipeline
.SH SYNOPSIS
@@ -7,8 +7,15 @@ bst\-show \- Show elements in the pipeline
.SH DESCRIPTION
Show elements in the pipeline
-By default this will only show the specified element, use
-the --deps option to show an entire pipeline.
+By default this will show all of the dependencies of the
+specified target element.
+
+Specify `--deps` to control which elements to show:
+
+
+ none: No dependencies, just the element itself
+ plan: Only dependencies required for the build plan
+ all: All dependencies

FORMAT
@@ -41,8 +48,8 @@ If you want to use a newline in a format string in bash, use the '$' modifier:
$'---------- %{name} ----------\n%{vars}'
.SH OPTIONS
.TP
-\fB\-d,\fP \-\-deps [none|plan|all|build|run]
-Specify a dependency scope to show (default: none)
+\fB\-d,\fP \-\-deps [none|plan|all]
+The dependencies to show (default: all)
.TP
\fB\-\-order\fP [stage|alpha]
Staging or alphabetic ordering of dependencies