diff options
author | drh <> | 2024-03-19 19:48:50 +0000 |
---|---|---|
committer | drh <> | 2024-03-19 19:48:50 +0000 |
commit | 4aa21492d134e4713e7d0b9a2fa0df69af0595f3 (patch) | |
tree | a326f61a921b91b4dde5f08fcbeb63166669adf1 /src | |
parent | ffbe4925532ed82f61dd93af40c288a593a5b5d3 (diff) | |
download | sqlite-4aa21492d134e4713e7d0b9a2fa0df69af0595f3.tar.gz sqlite-4aa21492d134e4713e7d0b9a2fa0df69af0595f3.zip |
Add the --no-rowid-in-view option to the --help output of the CLI.
FossilOrigin-Name: 134da9c348a5e3b5cef97b79f37d48257afd4fa958a84f6930ac9874284a14cd
Diffstat (limited to 'src')
-rw-r--r-- | src/shell.c.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shell.c.in b/src/shell.c.in index 51769a67d..9a86a0665 100644 --- a/src/shell.c.in +++ b/src/shell.c.in @@ -12058,6 +12058,7 @@ static const char zOptions[] = " -newline SEP set output row separator. Default: '\\n'\n" " -nofollow refuse to open symbolic links to database files\n" " -nonce STRING set the safe-mode escape nonce\n" + " -no-rowid-in-view Disable rowid-in-view using sqlite3_config()\n" " -nullvalue TEXT set text string for NULL values. Default ''\n" " -pagecache SIZE N use N slots of SZ bytes each for page cache memory\n" " -pcachetrace trace all page cache operations\n" |