aboutsummaryrefslogtreecommitdiff
path: root/internal/game/cmd_close.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/cmd_close.go')
-rw-r--r--internal/game/cmd_close.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/cmd_close.go b/internal/game/cmd_close.go
index 8dab0d9..217ae9a 100644
--- a/internal/game/cmd_close.go
+++ b/internal/game/cmd_close.go
@@ -25,7 +25,7 @@ func (g *Game) executeClose(sess *net.Session, args []string, rawInput string) {
dir := g.World.ResolveExit(args[0])
if dir == "" {
- sess.WriteLine("Invalid direction. Use north/south/east/west/up/down.")
+ sess.WriteLine("Invalid direction. Use n/s/e/w/ne/nw/se/sw/u/d.")
return
}