# HG changeset patch # User Kim Alvefur # Date 1643822742 -3600 # Node ID dfa3cac981bce07b088af4aa030365253bcca398 # Parent 858d40d675eec1321b1b0f5bc70deaa8d6a0cac4 man/prosodyctl: Clarify description of --root diff -r 858d40d675ee -r dfa3cac981bc man/prosodyctl.man --- a/man/prosodyctl.man Sun Nov 28 23:07:51 2021 +0100 +++ b/man/prosodyctl.man Wed Feb 02 18:25:42 2022 +0100 @@ -131,7 +131,7 @@ Use the specified config file instead of the default. .TP \f[B]\f[CB]--root\f[B]\f[R] -Don\[cq]t drop root privileges. +Don\[cq]t drop root privileges (e.g.\ when invoked with sudo). .TP \f[B]\f[CB]--help\f[B]\f[R] Display help text for the specified command. diff -r 858d40d675ee -r dfa3cac981bc man/prosodyctl.markdown --- a/man/prosodyctl.markdown Sun Nov 28 23:07:51 2021 +0100 +++ b/man/prosodyctl.markdown Wed Feb 02 18:25:42 2022 +0100 @@ -132,7 +132,7 @@ : Use the specified config file instead of the default. `--root` -: Don't drop root privileges. +: Don't drop root privileges (e.g. when invoked with sudo). `--help` : Display help text for the specified command.