summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 2b973251b..bbaeeb690 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -361,9 +361,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')