summaryrefslogtreecommitdiff
path: root/man/bst-show.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/bst-show.1')
-rw-r--r--man/bst-show.15
1 files changed, 4 insertions, 1 deletions
diff --git a/man/bst-show.1 b/man/bst-show.1
index 79d237058..4fe0b71c2 100644
--- a/man/bst-show.1
+++ b/man/bst-show.1
@@ -1,4 +1,4 @@
-.TH "BST SHOW" "1" "24-Jan-2019" "" "bst show Manual"
+.TH "BST SHOW" "1" "12-Feb-2019" "" "bst show Manual"
.SH NAME
bst\-show \- Show elements in the pipeline
.SH SYNOPSIS
@@ -43,6 +43,9 @@ the following symbols can be used in the format string:
%{public} Public domain data
%{workspaced} If the element is workspaced
%{workspace-dirs} A list of workspace directories
+ %{deps} A list of all dependencies
+ %{build-deps} A list of build dependencies
+ %{runtime-deps} A list of runtime dependencies
.PP
The value of the %{symbol} without the leading '%' character is understood
as a pythonic formatting string, so python formatting features apply,