diff options
author | Tomas Krizek <tomas.krizek@nic.cz> | 2019-02-13 16:09:04 +0100 |
---|---|---|
committer | Tomas Krizek <tomas.krizek@nic.cz> | 2019-03-12 10:43:28 +0100 |
commit | c7c37394f3e6efce40f290cc7942ecfddd907792 (patch) | |
tree | 0c7f31f327f4bcb1d4bd0cfaed75451125bf26bc /meson_options.txt | |
parent | meson: systemd - simplify detection (diff) | |
download | knot-resolver-c7c37394f3e6efce40f290cc7942ecfddd907792.tar.xz knot-resolver-c7c37394f3e6efce40f290cc7942ecfddd907792.zip |
meson: doc/build - update dependencies and compilation info
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 44531c28..93a42cee 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -31,14 +31,14 @@ option( 'user', type: 'string', value: 'knot-resolver', - description: 'user which is used for kresd', + description: 'user which is used for running kresd', ) option( 'group', type: 'string', value: 'knot-resolver', - description: 'group which is used for kresd', + description: 'group which is used for running kresd', ) ## Systemd @@ -51,7 +51,7 @@ option( 'nosocket', ], value: 'disabled', - description: 'install systemd unit files', + description: 'installs systemd unit files', ) |