diff options
author | Benjamin Schubert <contact@benschubert.me> | 2020-04-23 15:21:46 +0100 |
---|---|---|
committer | Benjamin Schubert <contact@benschubert.me> | 2020-04-23 15:21:46 +0100 |
commit | f070f66139411c29bb526bdea0ae75301b0483b8 (patch) | |
tree | bb3e3bd7a4c24e64aae114c16f7ea216462f3aaf /man/bst-build.1 | |
parent | b853d9a2a157e3c6db349ae54d080bfff06a7664 (diff) | |
download | buildstream-f070f66139411c29bb526bdea0ae75301b0483b8.tar.gz |
types.py: Add a __str__ to PipelineSelection to fix man pagesbschubert/fix-manpages
This ensures that we get as 'default' what the user needs to enter in
the command in the manpages
Diffstat (limited to 'man/bst-build.1')
-rw-r--r-- | man/bst-build.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bst-build.1 b/man/bst-build.1 index ebd6eaf3e..3e9722bc1 100644 --- a/man/bst-build.1 +++ b/man/bst-build.1 @@ -1,4 +1,4 @@ -.TH "BST BUILD" "1" "31-Oct-2019" "" "bst build Manual" +.TH "BST BUILD" "1" "2020-04-23" "" "bst build Manual" .SH NAME bst\-build \- Build elements in a pipeline .SH SYNOPSIS |