diff options
author | Peter Powell <petpow@saberuk.com> | 2018-07-12 01:23:06 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-07-12 01:31:24 +0100 |
commit | a37c11101acd5c8a4d32a5e3d8372baffc786836 (patch) | |
tree | 09b282197f6a14b52f69a3f400101dcd6359ca38 /src | |
parent | 11e67c494a9a1e7796c7b6ec0a60c88019181020 (diff) |
Clean up the WHO helpop documentation.
Diffstat (limited to 'src')
-rw-r--r-- | src/commands/cmd_who.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/cmd_who.cpp b/src/commands/cmd_who.cpp index d92394c3b..1a18ab410 100644 --- a/src/commands/cmd_who.cpp +++ b/src/commands/cmd_who.cpp @@ -44,7 +44,7 @@ class CommandWho : public Command /** Constructor for who. */ CommandWho ( Module* parent) : Command(parent,"WHO", 1) { - syntax = "<server>|<nickname>|<channel>|<realname>|<host>|0 [ohurmMiaplf]"; + syntax = "<server>|<nickname>|<channel>|<realname>|<host>|0 [afhilMmoprt]"; } void SendWhoLine(User* user, const std::vector<std::string>& parms, const std::string &initial, Channel* ch, User* u, std::vector<std::string> &whoresults); /** Handle command. |