aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlarrybr <larrybr@noemail.net>2023-01-22 21:54:17 +0000
committerlarrybr <larrybr@noemail.net>2023-01-22 21:54:17 +0000
commitf75e485ea78fbc23d49148ec8547e04217c17e89 (patch)
tree4f40312b73d107485c259e813f4e3d805a29fa0b /src
parent0bcded30e5139fd731cb00d43677f872fce485d8 (diff)
downloadsqlite-f75e485ea78fbc23d49148ec8547e04217c17e89.tar.gz
sqlite-f75e485ea78fbc23d49148ec8547e04217c17e89.zip
Give CLI .version a place in .help output.
FossilOrigin-Name: 5f2dfdcc345453ee0a05311f6826d90b7c1d7b95fdaf77a0a8383923a8fc7213
Diffstat (limited to 'src')
-rw-r--r--src/shell.c.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shell.c.in b/src/shell.c.in
index 18162722c..402a01d50 100644
--- a/src/shell.c.in
+++ b/src/shell.c.in
@@ -4789,6 +4789,7 @@ static const char *(azHelp[]) = {
".unmodule NAME ... Unregister virtual table modules",
" --allexcept Unregister everything except those named",
#endif
+ ".version Show source, library and compiler versions",
".vfsinfo ?AUX? Information about the top-level VFS",
".vfslist List all available VFSes",
".vfsname ?AUX? Print the name of the VFS stack",