diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-03-02 09:09:29 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-03-02 09:09:29 +0100 |
commit | f7c5427c28bf180309eaf7b098957c1da4c31628 (patch) | |
tree | cd6246354eddbd1c4f6b6da817ffeae203f61181 /meson_options.txt | |
parent | 96164a3936af2dc2103d4d1ffa3b3b36b5017bff (diff) | |
download | systemd-f7c5427c28bf180309eaf7b098957c1da4c31628.tar.gz |
meson: use dashes in colour names
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt index 59fb20b0a4..cdd7edd450 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -300,9 +300,9 @@ option('install-tests', type : 'boolean', value : 'false', option('ok-color', type: 'combo', choices : ['black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan', - 'white', 'highlight_black', 'highlight_red', 'highlight_green', - 'highlight_yellow', 'highlight_blue', 'highlight_magenta', - 'highlight_cyan', 'highlight_white'], + 'white', 'highlight-black', 'highlight-red', 'highlight-green', + 'highlight-yellow', 'highlight-blue', 'highlight-magenta', + 'highlight-cyan', 'highlight-white'], value : 'green', description: 'color of the "OK" status message') |