diff options
author | Kim Alvefur <zash@zash.se> | 2022-02-02 18:28:28 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-02-02 18:28:28 +0100 |
commit | bc15d6424ff9cddc90b60d72fd9a32b9be45684d (patch) | |
tree | b6b3fbc773209f80236dfe65e6ad9786ad0f09ab /man/prosodyctl.man | |
parent | 3627a37091b0cad488a7e316c46c0492db5e4c17 (diff) | |
download | prosody-bc15d6424ff9cddc90b60d72fd9a32b9be45684d.tar.gz prosody-bc15d6424ff9cddc90b60d72fd9a32b9be45684d.zip |
man/prosodyctl: Complete list of 'check' variants
Especially 'connectivity' was missing
Diffstat (limited to 'man/prosodyctl.man')
-rw-r--r-- | man/prosodyctl.man | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/prosodyctl.man b/man/prosodyctl.man index 31b3c7ab..78023b92 100644 --- a/man/prosodyctl.man +++ b/man/prosodyctl.man @@ -108,8 +108,9 @@ dependencies. \f[B]\f[CB]check [what]\f[B]\f[R] Performs various sanity checks on the configuration, DNS setup and configured TLS certificates. -\f[C]what\f[R] can be one of \f[C]config\f[R], \f[C]dns\f[R] and -\f[C]certs\f[R] to run only that check. +\f[C]what\f[R] can be one of \f[C]config\f[R], \f[C]dns\f[R] +\f[C]certs\f[R], \f[C]disabled\f[R] and \f[C]connectivity\f[R] to run +only that check. .SS Ejabberd Compatibility .PP ejabberd is another XMPP server which provides a comparable control |