summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-07-15 16:19:41 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-07-15 20:12:11 +0900
commit1d9fdf00fbf7e31f584f971465ddc5147eedd2fe (patch)
tree099f2d3b53c8474b6c13f927d9e2da9cfc25bbe7
parent8a05ad5228173c2ad9e08ac7253aa191b46dda69 (diff)
downloadbuildstream-1d9fdf00fbf7e31f584f971465ddc5147eedd2fe.tar.gz
userconfig.yaml: Add %{variant} to default formatting
And touch up comment string to mention that it is the default also used for `bst show`.
-rw-r--r--buildstream/data/userconfig.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildstream/data/userconfig.yaml b/buildstream/data/userconfig.yaml
index f3f794bf8..5525d7dec 100644
--- a/buildstream/data/userconfig.yaml
+++ b/buildstream/data/userconfig.yaml
@@ -87,8 +87,8 @@ logging:
# Whether to enable debugging messages
debug: False
- # Format string for printing the pipeline at startup,
- # this uses the same formatting as the `bst show` command.
+ # Format string for printing the pipeline at startup, this
+ # also determines the default display format for `bst show`
element-format: |
- %{state: >12} %{key} %{name}
+ %{state: >12} %{key} %{name} %{variant}