File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,13 +74,13 @@ General Options:
74
74
Output Format Options:
75
75
-o, --output FILE Switch to BATCH mode, execute SQL Commands and send output to FILE, then exit.
76
76
In BATCH mode, the default output format is switched to QUOTE.
77
-
77
+
78
78
--echo Disables --quiet, print command(s) before execution
79
79
--quiet Disables --echo, run command(s) quietly (no messages, only query output)
80
80
--noheader Turn headers off
81
- --nullvalue TEXT Set text string for NULL values [default: "NULL"]
81
+ --nullvalue TEXT Set text string for NULL values [default: "NULL"]
82
82
--newline SEP Set output row separator [default: "\r\n"]
83
- --separator SEP Set output column separator [default:: "|"]
83
+ --separator SEP Set output column separator [default: "|"]
84
84
--format (LIST|CSV|QUOTE|TABS|LINE|JSON|HTML|XML|MARKDOWN|TABLE|BOX)
85
85
Specify the Output mode [default::BOX]
86
86
You can’t perform that action at this time.
0 commit comments