diff options
author | drh <drh@noemail.net> | 2012-01-13 16:16:10 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2012-01-13 16:16:10 +0000 |
commit | 68bd4aa21dfc1062dca896d84aa829f6e304f3ae (patch) | |
tree | 83f1bee1ce56adca1181037f7fa0a41a47155111 /test/tclsqlite.test | |
parent | 065dfe692af57c45b7c0212fc142c6cd3350b80e (diff) | |
download | sqlite-68bd4aa21dfc1062dca896d84aa829f6e304f3ae.tar.gz sqlite-68bd4aa21dfc1062dca896d84aa829f6e304f3ae.zip |
Add the -uri option to the usage comment that is printed by the "sqlite3"
TCL command when an unknown command-line option is supplied.
FossilOrigin-Name: 7987e285786161b1513ab77694d79e95fc76b0e5
Diffstat (limited to 'test/tclsqlite.test')
-rw-r--r-- | test/tclsqlite.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tclsqlite.test b/test/tclsqlite.test index 0ed06024c..c8b030329 100644 --- a/test/tclsqlite.test +++ b/test/tclsqlite.test @@ -25,7 +25,7 @@ source $testdir/tester.tcl if {[sqlite3 -has-codec]} { set r "sqlite_orig HANDLE FILENAME ?-key CODEC-KEY?" } else { - set r "sqlite_orig HANDLE FILENAME ?-vfs VFSNAME? ?-readonly BOOLEAN? ?-create BOOLEAN? ?-nomutex BOOLEAN? ?-fullmutex BOOLEAN?" + set r "sqlite_orig HANDLE FILENAME ?-vfs VFSNAME? ?-readonly BOOLEAN? ?-create BOOLEAN? ?-nomutex BOOLEAN? ?-fullmutex BOOLEAN? ?-uri BOOLEAN?" } do_test tcl-1.1 { set v [catch {sqlite3 bogus} msg] |