Merge pull request #316 from slingamn/hsfix

fix hostserv help string
This commit is contained in:
Shivaram Lingamneni
2018-12-28 11:15:25 -05:00
committed by GitHub

View File

@@ -91,7 +91,7 @@ SET sets a user's vhost, bypassing the request system.`,
handler: hsSetHandler,
help: `Syntax: $bDEL <user>$b
DEL sets a user's vhost, bypassing the request system.`,
DEL deletes a user's vhost.`,
helpShort: `$bDEL$b deletes a user's vhost.`,
capabs: []string{"vhosts"},
enabled: hostservEnabled,