mirror of
https://github.com/anope/anope.git
synced 2026-07-10 05:43:13 +02:00
Consistently use imperative statements in command descriptions.
This commit is contained in:
@@ -20,7 +20,7 @@ class CommandHSList final
|
||||
public:
|
||||
CommandHSList(Module *creator) : Command(creator, "hostserv/list", 0, 1)
|
||||
{
|
||||
this->SetDesc(_("Displays one or more vhost entries"));
|
||||
this->SetDesc(_("Display one or more vhost entries"));
|
||||
this->SetSyntax(_("[\037key\037|\037#X-Y\037]"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user