1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-03 16:53:36 +03:00

Fix help-text typo in the CLI.

FossilOrigin-Name: 560753148a16a0032477e379af6f62d9357f69847f351cc9db6021ce1b5594ea
This commit is contained in:
drh
2021-05-08 11:57:35 +00:00
parent 4752bbd872
commit d10c3ca3f7
3 changed files with 8 additions and 8 deletions

View File

@@ -3979,7 +3979,7 @@ static const char *(azHelp[]) = {
" Options:",
" --append Use appendvfs to append database to the end of FILE",
#ifdef SQLITE_ENABLE_DESERIALIZE
" --deserialize Load into memory useing sqlite3_deserialize()",
" --deserialize Load into memory using sqlite3_deserialize()",
" --hexdb Load the output of \"dbtotxt\" as an in-memory db",
" --maxsize N Maximum size for --hexdb or --deserialized database",
#endif