diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-06-09 20:33:29 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-06-10 13:51:17 +0200 |
commit | 819c0dcbf510dab8044e77e98e7593b384ad908c (patch) | |
tree | d9fe3e95ce48dda2feadaeba2f748104083e55aa /meson_options.txt | |
parent | meson: add status unit format to summary (diff) | |
download | systemd-819c0dcbf510dab8044e77e98e7593b384ad908c.tar.xz systemd-819c0dcbf510dab8044e77e98e7593b384ad908c.zip |
meson: use status-unit-format-default=name in developer mode
I think developers are particularly unlikely to find the descriptions
useful, and would benefit from being able to copy&paste unit names.
Let's make this choice automatically.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 3bb25c6f76..267c829368 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -214,7 +214,7 @@ option('extra-net-naming-schemes', type : 'string', option('default-net-naming-scheme', type : 'string', value : 'latest', description : 'default net.naming-scheme= value') option('status-unit-format-default', type : 'combo', - choices : ['description', 'name', 'combined'], + choices : ['auto', 'description', 'name', 'combined'], description : 'use unit name or description in messages by default') option('time-epoch', type : 'integer', value : '-1', description : 'time epoch for time clients') |