SQLite Forum

patch for docsrc/pages/cli.in (+1/-1)
Login

patch for docsrc/pages/cli.in (+1/-1)

(1) By brickviking on 2022-11-01 22:52:41 [source]

Hi, here's a really quick nip-tuck for sqlite docsrc:

Index: pages/cli.in
==================================================================
--- pages/cli.in
+++ pages/cli.in
@@ -13,11 +13,11 @@
 <a href="#zipdb">ZIP archive</a>.  This document provides a brief
 introduction on how to use the <b>sqlite3</b> program.
 
 <p>Start the <b>sqlite3</b> program by typing "sqlite3" at the
 command prompt, optionally followed 
-by the name the file that holds the SQLite database
+by the name of the file that holds the SQLite database
 (or <a href="#zipdb">ZIP archive</a>).  If the named
 file does not exist, a new database file with the given name will be
 created automatically.  If no database file is specified on the
 command-line, a temporary database is created and automatically deleted when 
 the "sqlite3" program exits.

If I find any more quick nip-tucks, do I post them here, or somewhere else? It doesn't seem like the docsrc ticket system gets much use.


Cheers, brickviking (Post 4)

(2) By Stephan Beal (stephan) on 2022-11-02 06:44:26 in reply to 1 [link] [source]

If I find any more quick nip-tucks, do I post them here, or somewhere else?

The forum is the preferred place.

It doesn't seem like the docsrc ticket system gets much use.

Early in the history of the Fossil SCM (which is what hosts that repository) we realized that most tickets were "just noise" - people asking for support or reporting "it doesn't work" with no usable intel, and eventually stopped permitting drive-by ticket posts. sqlite, fossil, and their sibling projects tend to use the ticket system only for recording serious tickets which need to be documented long-term.