summaryrefslogtreecommitdiff
path: root/man/bst-show.1
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-05-09 21:31:58 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-05-09 21:31:58 +0900
commit238ae70818acad2a3325dc20eb0acee05c60c97e (patch)
treefea9e2afb92182e1bc7c93e58545d65df73ad9b2 /man/bst-show.1
parent071881c35ea88f3242936488d056f83320bd535f (diff)
downloadbuildstream-238ae70818acad2a3325dc20eb0acee05c60c97e.tar.gz
Updated man pages after bst show formatting options have changed.
Diffstat (limited to 'man/bst-show.1')
-rw-r--r--man/bst-show.117
1 files changed, 9 insertions, 8 deletions
diff --git a/man/bst-show.1 b/man/bst-show.1
index 371d95240..e7d16678b 100644
--- a/man/bst-show.1
+++ b/man/bst-show.1
@@ -1,4 +1,4 @@
-.TH "BST SHOW" "1" "12-Apr-2017" "" "bst show Manual"
+.TH "BST SHOW" "1" "09-May-2017" "" "bst show Manual"
.SH NAME
bst\-show \- Show elements in the pipeline
.SH SYNOPSIS
@@ -17,13 +17,14 @@ The --format option controls what should be printed for each element,
the following symbols can be used in the format string:

- %{name} The element name
- %{key} The cache key (if all sources are consistent)
- %{state} cached, buildable, waiting or inconsistent
- %{config} The element configuration
- %{vars} Variable configuration
- %{env} Environment settings
- %{public} Public domain data
+ %{name} The element name
+ %{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
+ %{config} The element configuration
+ %{vars} Variable configuration
+ %{env} Environment settings
+ %{public} Public domain data
The value of the %{symbol} without the leading '%' character is understood
as a pythonic formatting string, so python formatting features apply,