diff --git a/zone/command.cpp b/zone/command.cpp index a326f4999..cf8e47d6a 100755 --- a/zone/command.cpp +++ b/zone/command.cpp @@ -2503,6 +2503,7 @@ void command_grid(Client *c, const Seperator *sep) else { c->Message(Chat::White, "Usage: #grid add/delete grid_num wandertype pausetype"); c->Message(Chat::White, "Usage: #grid max - displays the highest grid ID used in this zone (for add)"); + c->Message(Chat::White, "Usage: #grid show - displays wp nodes as boxes"); } }