]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix typos in the help text for ".mode" of the CLI. master
authordrh <>
Tue, 25 Nov 2025 00:21:27 +0000 (00:21 +0000)
committerdrh <>
Tue, 25 Nov 2025 00:21:27 +0000 (00:21 +0000)
FossilOrigin-Name: fddb99c5162ba12a6e3c87e96583d57bae217339b4dd6dc44c3538e738fbf625

manifest
manifest.uuid
src/shell.c.in

index 3ab974ff38dcb776b088012b54fe3ab005afbb2c..a035f989bfa860fb453c0293f92b15b20c3f5f07 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\sthe\s--blob-quote\soption\sto\sthe\s".mode"\scommand\sin\sthe\sCLI.
-D 2025-11-24T18:31:13.324
+C Fix\stypos\sin\sthe\shelp\stext\sfor\s".mode"\sof\sthe\sCLI.
+D 2025-11-25T00:21:27.341
 F .fossil-settings/binary-glob 61195414528fb3ea9693577e1980230d78a1f8b0a54c78cf1b9b24d0a409ed6a x
 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
@@ -735,7 +735,7 @@ F src/random.c 606b00941a1d7dd09c381d3279a058d771f406c5213c9932bbd93d5587be4b9c
 F src/resolve.c 5616fbcf3b833c7c705b24371828215ad0925d0c0073216c4f153348d5753f0a
 F src/rowset.c 8432130e6c344b3401a8874c3cb49fefe6873fec593294de077afea2dce5ec97
 F src/select.c 6a509cddd815d64f6141e539fff633a518a393772a44dffb4490f7fc3f0d83a9
-F src/shell.c.in 575c08b667378e442e8e63579bcaa1c9ae19e37c080b8096ee04e996e93cb9d6
+F src/shell.c.in 30a40097831a312e35f67866ed9d880362bdb481b70245005154dfe7a884e70d
 F src/sqlite.h.in f1363321ca55cc2feaa289e9fe6dfb08102a28c54edf005564711a2348b06eef
 F src/sqlite3.rc 015537e6ac1eec6c7050e17b616c2ffe6f70fca241835a84a4f0d5937383c479
 F src/sqlite3ext.h 5d5330f5f8461f5ce74960436ddcfa53ecd09c2b8b23901e22ae38aec3243998
@@ -2179,8 +2179,8 @@ F tool/version-info.c 33d0390ef484b3b1cb685d59362be891ea162123cea181cb8e6d2cf6dd
 F tool/warnings-clang.sh bbf6a1e685e534c92ec2bfba5b1745f34fb6f0bc2a362850723a9ee87c1b31a7
 F tool/warnings.sh d924598cf2f55a4ecbc2aeb055c10bd5f48114793e7ba25f9585435da29e7e98
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P 8f8a7224c1e0173764757d5022de60abec3babdc3d4131632805e0b04d1a65bf
-R 41c492e567cc3e3b2bc92a56b0c8251a
+P 76a986b10d284b25915a07b7150ef1b85f4ef7d48d4e5315b13e7d1532cb97f1
+R ce9b96379c1e19a74d47e4730d63c902
 U drh
-Z 879f2fe1a0da2d52e74ae988e2731bed
+Z 36c33fbd074bfb111103b1a1aa50c14a
 # Remove this line to create a well-formed Fossil manifest.
index af348c50a6445d7887b758981d8e7b00259fac3b..04dccc5be8e83bd6c5950861649102c0c1c58e94 100644 (file)
@@ -1 +1 @@
-76a986b10d284b25915a07b7150ef1b85f4ef7d48d4e5315b13e7d1532cb97f1
+fddb99c5162ba12a6e3c87e96583d57bae217339b4dd6dc44c3538e738fbf625
index b657531c3542d617438eee1707c9b85437af00f1..a57a927d63e8dbb72429aa150c7dcb75f3b53c03 100644 (file)
@@ -7674,14 +7674,14 @@ static int modeTitleDsply(ShellState *p, int bAll){
 **                            one letter per column starting from the left.
 **                            Unspecified alignment defaults to 'L'.
 **   --blob-quote ARG         ARG can be "auto", "text", "sql", "hex", "tcl",
-**                            "tcl", "json", or "size".  Default is "auto".
+**                            "json", or "size".  Default is "auto".
 **   --charlimit N            Set the maximum number of output characters to
 **                            show for any single SQL value to N. Longer values
 **                            truncated. Zero means "no limit".
 **   --colsep STRING          Use STRING as the column separator
 **   --escape ESC             Enable/disable escaping of control characters
-**                            in output. ESC can be "off", "ascii", or
-**                            "symbol".
+**                            found in the output. ESC can be "off", "ascii",
+**                            or "symbol".
 **   --linelimit N            Set the maximum number of output lines to show for
 **                            any single SQL value to N. Longer values are
 **                            truncated. Zero means "no limit". Only works
@@ -7695,7 +7695,7 @@ static int modeTitleDsply(ShellState *p, int bAll){
 **   --quote ARG              Enable/disable quoting of text. ARG can be
 **                            "off", "on", "sql", "csv", "html", "tcl",
 **                            or "json".  "off" means show the text as-is.
-**                            "on and "sql" are synonyms.
+**                            "on" is an alias for "sql".
 **   --reset                  Changes all mode settings back to their default.
 **   --rowsep STRING          Use STRING as the row separator
 **   --sw|--screenwidth N     Declare the screen width of the output device