aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/explain.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/misc/explain.c')
-rw-r--r--ext/misc/explain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/misc/explain.c b/ext/misc/explain.c
index 7a2fc4776..009519457 100644
--- a/ext/misc/explain.c
+++ b/ext/misc/explain.c
@@ -16,7 +16,7 @@
** Usage example:
**
** .load ./explain
-** SELECT p2 FROM explain('SELECT * FROM sqlite_master')
+** SELECT p2 FROM explain('SELECT * FROM sqlite_schema')
** WHERE opcode='OpenRead';
**
** This module was originally written to help simplify SQLite testing,