Skip to content

Commit 3217186

Browse files
committed
Update generated doc files
1 parent 2504ebd commit 3217186

2 files changed

Lines changed: 20 additions & 8 deletions

File tree

doc/cli.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,9 @@ List connections, or switch active connection
373373
This covers all connections, not just those started in this shell. Closed
374374
connections are not shown.
375375

376+
For each connection, its index for switching active connection, (VFS used),
377+
"filename", and open flags are shown.
378+
376379

377380
.databases
378381
----------
@@ -630,11 +633,14 @@ Opens a database connection
630633

631634
Options are:
632635

633-
--wipe Closes any existing connections in this process referring to
634-
the same file and deletes the database file, journals etc
635-
before opening
636+
--wipe Closes any existing connections in this process referring to
637+
the same file and deletes the database file, journals etc
638+
before opening
639+
640+
--vfs VFS Which vfs to use when opening
636641

637-
--vfs VFS Which vfs to use when opening
642+
--flags FLAGS Open flags to use, in lower or upper case. Use | to
643+
combine. Default is READWRITE|CREATE|URI
638644

639645
If ``FILE`` is omitted then a memory database is opened
640646

doc/shell.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,9 @@ connection ?NUMBER?
281281
This covers all connections, not just those started in this shell. Closed
282282
connections are not shown.
283283

284+
For each connection, its index for switching active connection, (VFS used),
285+
"filename", and open flags are shown.
286+
284287
.. _shell-cmd-databases:
285288
.. index::
286289
single: databases (Shell command)
@@ -598,11 +601,14 @@ open ?OPTIONS? ?FILE?
598601

599602
Options are:
600603

601-
--wipe Closes any existing connections in this process referring to
602-
the same file and deletes the database file, journals etc
603-
before opening
604+
--wipe Closes any existing connections in this process referring to
605+
the same file and deletes the database file, journals etc
606+
before opening
607+
608+
--vfs VFS Which vfs to use when opening
604609

605-
--vfs VFS Which vfs to use when opening
610+
--flags FLAGS Open flags to use, in lower or upper case. Use | to
611+
combine. Default is READWRITE|CREATE|URI
606612

607613
If ``FILE`` is omitted then a memory database is opened
608614

0 commit comments

Comments
 (0)