summaryrefslogtreecommitdiffstats
path: root/tools/inspect-android
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-03-13 22:52:04 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2016-03-13 22:52:04 +0100
commit5c7ece5dbb1867dafd067a6c933f9200fdfe2b04 (patch)
tree1dbf8f709c35635a97e7568048e0eda7d93c5559 /tools/inspect-android
parent749e3221b45cd0696a5f48551be696e75b5b6e55 (diff)
downloadRustAndDust-5c7ece5dbb1867dafd067a6c933f9200fdfe2b04.zip
RustAndDust-5c7ece5dbb1867dafd067a6c933f9200fdfe2b04.tar.gz
update tools to follow SQL changes
Diffstat (limited to 'tools/inspect-android')
-rwxr-xr-xtools/inspect-android4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/inspect-android b/tools/inspect-android
index e44d9ed..760b0d8 100755
--- a/tools/inspect-android
+++ b/tools/inspect-android
@@ -25,6 +25,6 @@ echo
echo " *** GAMES ***"
sqlite3 db.sqlite 'select * from games;'
echo
-echo " *** STATES ***"
-sqlite3 db.sqlite 'select * from states;'
+echo " *** TURNS ***"
+sqlite3 db.sqlite 'select * from turns;'
echo