summaryrefslogtreecommitdiff
path: root/bin/rtt-show-game
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rtt-show-game')
-rwxr-xr-xbin/rtt-show-game2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rtt-show-game b/bin/rtt-show-game
index ece9e49..f055449 100755
--- a/bin/rtt-show-game
+++ b/bin/rtt-show-game
@@ -3,5 +3,5 @@ if [ -n "$1" ]
then
sqlite3 db "select json_remove(json_remove(state, '$.undo'), '$.log') from game_state where game_id = $1"
else
- echo "usage: rtt-show-state GAME"
+ echo "usage: rtt-show-game GAME"
fi