Improve .tables help

This commit is contained in:
Philip O'Toole
2025-08-01 11:05:36 -04:00
parent d660e72caa
commit 712af4d9fa

View File

@@ -59,7 +59,7 @@ func init() {
`.blobarray on|off Display BLOB data as byte arrays`,
`.boot FILE Boot the node using a SQLite file read from FILE`,
`.consistency [none|weak|linearizable|strong] Show or set read consistency level`,
`.dump FILE [TABLES] Dump the database in SQL text format to FILE, optionally limited to comma-separated TABLES`,
`.dump FILE [TABLE,TABLE...] Dump the database in SQL text to FILE, optionally limited to TABLEs`,
`.exit Exit this program`,
`.expvar Show expvar (Go runtime) information for connected node`,
`.extensions Show loaded SQLite extensions`,