summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index b40c996..c95453d 100644
--- a/meson.build
+++ b/meson.build
@@ -179,7 +179,7 @@ endif
conf.set_quoted('DAEMON_USER', get_option('daemon_user'))
if get_option('daemon_user') == 'root'
- message('RUNNING THIS AS root IS NOT A GOOD IDEA SEE --with-daemon-user')
+ message('RUNNING THE DAEMON AS root IS NOT A GOOD IDEA, use -Ddaemon_user= to set user')
endif
if get_option('pnp_ids') != ''