diff options
author | Kim Alvefur <zash@zash.se> | 2017-07-06 11:24:36 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-07-06 11:24:36 +0200 |
commit | aca11d8afe0573dd1573356bd14edd4bb823a187 (patch) | |
tree | d54d6743becde2246fed6859f25ec6ee72e0d080 /man | |
parent | f99d0138bf2fc1eefcc8954e2a3d0ac41419ca85 (diff) | |
parent | b5181287340558c4e97cd2a3b08b84840cd80c9a (diff) | |
download | prosody-aca11d8afe0573dd1573356bd14edd4bb823a187.tar.gz prosody-aca11d8afe0573dd1573356bd14edd4bb823a187.zip |
Merge 0.10->trunk
Diffstat (limited to 'man')
-rw-r--r-- | man/prosodyctl.man | 5 | ||||
-rw-r--r-- | man/prosodyctl.markdown | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/man/prosodyctl.man b/man/prosodyctl.man index 4854a0a7..f7bf44d1 100644 --- a/man/prosodyctl.man +++ b/man/prosodyctl.man @@ -158,6 +158,11 @@ Use the specified config file instead of the default. .RS .RE .TP +.B \f[C]\-\-root\f[] +Don\[aq]t drop root privileges. +.RS +.RE +.TP .B \f[C]\-\-help\f[] Display help text for the specified command. .RS diff --git a/man/prosodyctl.markdown b/man/prosodyctl.markdown index e4c355a2..4dde284f 100644 --- a/man/prosodyctl.markdown +++ b/man/prosodyctl.markdown @@ -137,6 +137,9 @@ OPTIONS `--config filename` : Use the specified config file instead of the default. +`--root` +: Don't drop root privileges. + `--help` : Display help text for the specified command. |