summaryrefslogtreecommitdiff
path: root/man/bst-show.1
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-07-04 20:04:46 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-07-04 20:04:46 +0900
commitc513bb1ea83f76212cf6b91943147b8aa7146b5f (patch)
treedc9bd7b7c6ab81d468137e24bf5627e61423dde8 /man/bst-show.1
parentf6d3f961bec54a51311df407b27a5b0b39be8f02 (diff)
downloadbuildstream-c513bb1ea83f76212cf6b91943147b8aa7146b5f.tar.gz
Regenerating man pages with recent options
Diffstat (limited to 'man/bst-show.1')
-rw-r--r--man/bst-show.16
1 files changed, 3 insertions, 3 deletions
diff --git a/man/bst-show.1 b/man/bst-show.1
index d37d35a88..def19c5a8 100644
--- a/man/bst-show.1
+++ b/man/bst-show.1
@@ -1,4 +1,4 @@
-.TH "BST SHOW" "1" "21-Jun-2017" "" "bst show Manual"
+.TH "BST SHOW" "1" "04-Jul-2017" "" "bst show Manual"
.SH NAME
bst\-show \- Show elements in the pipeline
.SH SYNOPSIS
@@ -40,13 +40,13 @@ as a pythonic formatting string, so python formatting features apply,
examle:

- build-stream show target.bst --format \
+ bst show target.bst --format \
'Name: %{name: ^20} Key: %{key: ^8} State: %{state}'
If you want to use a newline in a format string in bash, use the '$' modifier:

- build-stream show target.bst --format \
+ bst show target.bst --format \
$'---------- %{name} ----------\n%{vars}'
.SH OPTIONS
.TP