Fix trivial typo in @service help.

This commit is contained in:
Ari Mudev 2010-09-04 16:21:01 +00:00
parent 98c898ffeb
commit 6413f2251e

View file

@ -495,7 +495,7 @@ class CmdService(MuxCommand):
if not switches or \
switches[0] not in ["list","start","stop"]:
caller.msg("Usage: @servive/<start|stop|list> [service]")
caller.msg("Usage: @service/<start|stop|list> [service]")
return
switch = switches[0]