aboutsummaryrefslogtreecommitdiff
path: root/internal/game/cmd_undig.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/cmd_undig.go')
-rw-r--r--internal/game/cmd_undig.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/cmd_undig.go b/internal/game/cmd_undig.go
index 2cfae70..1fc70c1 100644
--- a/internal/game/cmd_undig.go
+++ b/internal/game/cmd_undig.go
@@ -30,7 +30,7 @@ func (g *Game) executeUndig(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
}