# HG changeset patch # User Kim Alvefur # Date 1498931607 -7200 # Node ID 746d7334793740c5de2a4ff3c0990b1d2370584d # Parent 39188851811ce033cd3a18944757f9f54e42192e man prosodyctl: Mention the --root flag diff -r 39188851811c -r 746d73347937 man/prosodyctl.man --- a/man/prosodyctl.man Tue Jun 13 20:13:09 2017 +0200 +++ b/man/prosodyctl.man Sat Jul 01 19:53:27 2017 +0200 @@ -158,6 +158,11 @@ .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 -r 39188851811c -r 746d73347937 man/prosodyctl.markdown --- a/man/prosodyctl.markdown Tue Jun 13 20:13:09 2017 +0200 +++ b/man/prosodyctl.markdown Sat Jul 01 19:53:27 2017 +0200 @@ -137,6 +137,9 @@ `--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.