Software /
code /
prosody
Changeset
12245:dfa3cac981bc
man/prosodyctl: Clarify description of --root
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 02 Feb 2022 18:25:42 +0100 |
parents | 12244:858d40d675ee |
children | 12246:51930f685c16 |
files | man/prosodyctl.man man/prosodyctl.markdown |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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.