aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlarrybr <larrybr@noemail.net>2023-01-09 18:42:28 +0000
committerlarrybr <larrybr@noemail.net>2023-01-09 18:42:28 +0000
commitbf395ec58e00e9997fb852ec71dcd327839da4c5 (patch)
treed826e55783a3f543783d5a29f6e9579c11268bd3 /src
parent6791891f9299263cee46298ad05b5d359b67784c (diff)
downloadsqlite-bf395ec58e00e9997fb852ec71dcd327839da4c5.tar.gz
sqlite-bf395ec58e00e9997fb852ec71dcd327839da4c5.zip
Clarify help for .quit.
FossilOrigin-Name: 8004a2b7439748f1034df897af7b6c58b48a46923c6fdddbe7d78c89b8d7b438
Diffstat (limited to 'src')
-rw-r--r--src/shell.c.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell.c.in b/src/shell.c.in
index 33f5b350f..4ee30eb0f 100644
--- a/src/shell.c.in
+++ b/src/shell.c.in
@@ -4689,7 +4689,7 @@ static const char *(azHelp[]) = {
#endif
".prompt MAIN CONTINUE Replace the standard prompts",
#ifndef SQLITE_SHELL_FIDDLE
- ".quit Exit this program",
+ ".quit Stop interpreting input stream, exit if primary.",
".read FILE Read input from FILE or command output",
" If FILE begins with \"|\", it is a command that generates the input.",
#endif