mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-03 16:53:36 +03:00
Fix the error message for invalid ".mode" arguments in the command-line shell,
so that it mentions the new "quote" mode. FossilOrigin-Name: 9a603a18ef626b7d7a24b82eb961d6d8b4926195
This commit is contained in:
@@ -4079,7 +4079,7 @@ static int do_meta_command(char *zLine, ShellState *p){
|
||||
sqlite3_snprintf(sizeof(p->rowSeparator), p->rowSeparator, SEP_Record);
|
||||
}else {
|
||||
raw_printf(stderr, "Error: mode should be one of: "
|
||||
"ascii column csv html insert line list tabs tcl\n");
|
||||
"ascii column csv html insert line list quote tabs tcl\n");
|
||||
rc = 1;
|
||||
}
|
||||
p->cMode = p->mode;
|
||||
|
||||
Reference in New Issue
Block a user