]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a typo in the CLI help output for the ".dump" command.
authordrh <drh@noemail.net>
Wed, 17 Apr 2019 13:58:07 +0000 (13:58 +0000)
committerdrh <drh@noemail.net>
Wed, 17 Apr 2019 13:58:07 +0000 (13:58 +0000)
FossilOrigin-Name: 57638248de147efe8d663b3ae1389f590c7b2b7225ecfe295699d68c2893cd09

manifest
manifest.uuid
src/shell.c.in

index b0c452f0bf79f775cd4280079887cdfc6c029687..e0354febeee8cf77c71229ed4f54d39d9b2e7dcb 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C In\sthe\s"pgidx"\sreport\sfrom\s"showdb",\salso\sshow\sthe\snumber\sof\srows\son\seach\ndatabase\sbtree\spage.
-D 2019-04-17T13:23:28.341
+C Fix\sa\stypo\sin\sthe\sCLI\shelp\soutput\sfor\sthe\s".dump"\scommand.
+D 2019-04-17T13:58:07.370
 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
 F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724
@@ -519,7 +519,7 @@ F src/random.c 80f5d666f23feb3e6665a6ce04c7197212a88384
 F src/resolve.c 567888ee3faec14dae06519b4306201771058364a37560186a3e0e755ebc4cb8
 F src/rowset.c d977b011993aaea002cab3e0bb2ce50cf346000dff94e944d547b989f4b1fe93
 F src/select.c 9263f5c30dd44c7ac2eb29f40a7ec64322a96885b71c00de6bc30b756c2e1c49
-F src/shell.c.in c1986496062f9dba4ed5b70db06b5e0f32e1954cdcfab0b30372c6c186796810
+F src/shell.c.in 0d1a1abd8f1056ac6b32981442618e988e1e192cec2e904e58c72fcf494c901e
 F src/sqlite.h.in 38390767acc1914d58930e03149595ee4710afa4e3c43ab6c3a8aea3f1a6b8cd
 F src/sqlite3.rc 5121c9e10c3964d5755191c80dd1180c122fc3a8
 F src/sqlite3ext.h 9ecc93b8493bd20c0c07d52e2ac0ed8bab9b549c7f7955b59869597b650dd8b5
@@ -1818,7 +1818,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93
 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
 F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
 F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
-P eed701ef919c70d891727250be6a1b626aeb894c562d221e319ae6d74fc71d3d
-R cec164e033a6cbc58045abf1be62db04
+P 2bda9dc41c07092ae37d0c6001c1271e0622bfff7151201fc2bb4c95422c087b
+R ee4f0f969d031bd4425aa6a98371d250
 U drh
-Z 343bb3a0f539a2adef3662c41f5a7ef0
+Z ad2376f2f5e5882069506690bf4da926
index 0138e207135ec46871804a5e93582aebacff024e..bab25e09dd928a5044e9c81fc1174c5745f44273 100644 (file)
@@ -1 +1 @@
-2bda9dc41c07092ae37d0c6001c1271e0622bfff7151201fc2bb4c95422c087b
\ No newline at end of file
+57638248de147efe8d663b3ae1389f590c7b2b7225ecfe295699d68c2893cd09
\ No newline at end of file
index d8c57b481ecdb302221d51cfb598743e079b4753..78dddd7a29cd87f5079840d33ba51cd69ab8fe83 100644 (file)
@@ -3489,7 +3489,7 @@ static const char *(azHelp[]) = {
   "   Options:",
   "     --preserve-rowids      Include ROWID values in the output",
   "     --newlines             Allow unescaped newline characters in output",
-  "   TABLE is LIKE pattern for the tables to dump",
+  "   TABLE is LIKE pattern for the tables to dump",
   ".echo on|off             Turn command echo on or off",
   ".eqp on|off|full|...     Enable or disable automatic EXPLAIN QUERY PLAN",
   "   Other Modes:",