Skip to content

Commit 1c4377f

Browse files
committed
miss in '.attach' documentation
1 parent cb75d9e commit 1c4377f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sqlite_bro/sqlite_bro.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,6 +1644,8 @@ def _main():
16441644
SELECT ItemNo, Description FROM Item; -- see all is back to normal
16451645
RELEASE SAVEPOINT remember_Neo; -- free memory
16461646
\n\n-- '.' commands understood:
1647+
-- .attach DATABASE Attach the given Database DATABASE
1648+
16471649
-- .headers on|off Include column headers in next .once exports (default on)
16481650
-- .separator COL Set column separator in next .once exports (default ,)
16491651
-- .once [--bom] FILE Output of next SQL command to FILE [with utf-8 bom]

0 commit comments

Comments
 (0)