mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 14:07:16 +02:00
Fix trivial typo in @service help.
This commit is contained in:
parent
98c898ffeb
commit
6413f2251e
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue