summaryrefslogtreecommitdiff
path: root/man/bst-show.1
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-02-19 16:10:39 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-02-19 16:10:39 +0900
commit2643b095c59db6e8cbc2b8620c2ad820c7a5636d (patch)
tree685fcf1008fb7af631dbcc971968ebbece1f1189 /man/bst-show.1
parent9e3836343cf3a8b9128ca4db922f43a8c39b1950 (diff)
downloadbuildstream-2643b095c59db6e8cbc2b8620c2ad820c7a5636d.tar.gz
Regenerating man pages for 1.1.0 dev release1.1.0
Diffstat (limited to 'man/bst-show.1')
-rw-r--r--man/bst-show.111
1 files changed, 5 insertions, 6 deletions
diff --git a/man/bst-show.1 b/man/bst-show.1
index 8d1e5ab15..35f6b8e73 100644
--- a/man/bst-show.1
+++ b/man/bst-show.1
@@ -1,9 +1,9 @@
-.TH "BST SHOW" "1" "10-Sep-2017" "" "bst show Manual"
+.TH "BST SHOW" "1" "19-Feb-2018" "" "bst show Manual"
.SH NAME
bst\-show \- Show elements in the pipeline
.SH SYNOPSIS
.B bst show
-[OPTIONS] TARGET
+[OPTIONS] [ELEMENTS]...
.SH DESCRIPTION
Show elements in the pipeline
@@ -27,7 +27,6 @@ the following symbols can be used in the format string:

%{name} The element name
- %{variant} The selected element variant
%{key} The abbreviated cache key (if all sources are consistent)
%{full-key} The full cache key (if all sources are consistent)
%{state} cached, buildable, waiting or inconsistent
@@ -53,7 +52,7 @@ If you want to use a newline in a format string in bash, use the '$' modifier:
$'---------- %{name} ----------\n%{vars}'
.SH OPTIONS
.TP
-\fB\-\-except\fP TEXT
+\fB\-\-except\fP PATH
Except certain dependencies
.TP
\fB\-d,\fP \-\-deps [none|plan|run|build|all]
@@ -65,5 +64,5 @@ Staging or alphabetic ordering of dependencies
\fB\-f,\fP \-\-format FORMAT
Format string for each element
.TP
-\fB\-\-variant\fP TEXT
-A variant of the specified target \ No newline at end of file
+\fB\-\-downloadable\fP
+Refresh downloadable state \ No newline at end of file