summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-02-28 15:31:27 +0100
committerLennart Poettering <lennart@poettering.net>2024-02-28 15:33:51 +0100
commit78266a54f12508a83dd3bb2f39f22da38f3b2f54 (patch)
tree687829e39af4f544211aca858afe608f2f47c744 /meson_options.txt
parentMerge pull request #31444 from bluca/semaphore (diff)
downloadsystemd-78266a54f12508a83dd3bb2f39f22da38f3b2f54.tar.xz
systemd-78266a54f12508a83dd3bb2f39f22da38f3b2f54.zip
tree-wide: use "_" rather than "-" as separator in kernel cmdline options
Most of our kernel cmdline options use underscores as word separators in kernel cmdline options, but there were some exceptions. Let's fix those, and also use underscores. Since our /proc/cmdline parsers don't distinguish between the two characters anyway this should not break anything, but makes sure our own codebase (and in particular docs and log messages) are internally consistent.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 51434f74b3..e9a5f18cd6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -230,9 +230,9 @@ option('default-hierarchy', type : 'combo',
choices : ['legacy', 'hybrid', 'unified'], deprecated : true,
description : '''This option is deprecated and will be removed in a future release''')
option('extra-net-naming-schemes', type : 'string',
- description : 'comma-separated list of extra net.naming-scheme= definitions')
+ description : 'comma-separated list of extra net.naming_scheme= definitions')
option('default-net-naming-scheme', type : 'string', value : 'latest',
- description : 'default net.naming-scheme= value')
+ description : 'default net.naming_scheme= value')
option('status-unit-format-default', type : 'combo',
choices : ['auto', 'description', 'name', 'combined'],
description : 'use unit name or description in messages by default')