fix hostserv help string

This commit is contained in:
Shivaram Lingamneni 2018-12-28 11:07:08 -05:00
parent f3d138d909
commit 525b2c52b1
1 changed files with 1 additions and 1 deletions

View File

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