Skip to content

Commit e2e4ddb

Browse files
committed
Update README
1 parent 2828505 commit e2e4ddb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Command help
135135

136136
Options:
137137
-o, --output-path PATH Output path of the SQLite database file.
138-
Defaults to 'out.sqlite'.
138+
[default: out.sqlite]
139139
-a, --append Append table(s) to existing database.
140140
--add-primary-key PRIMARY_KEY_NAME
141141
Add 'PRIMARY KEY AUTOINCREMENT' column to a
@@ -157,11 +157,11 @@ Command help
157157
--matrix-formatting [header_aligned|trim]
158158
header_aligned: fitting table data to header
159159
columns. trim: fitting table data to minimum
160-
column size. Defaults to header_aligned.
160+
column size. [default: header_aligned]
161161
--replace-symbol TEXT Replace symbols in attributes.
162-
-v, --verbose
162+
-v, --verbose Verbosity level. [default: 0]
163163
--max-workers WORKERS Specify the maximum number of workers that
164-
the command may use. Defaults to 1.
164+
the command may use. [default: 1]
165165
--debug For debug print.
166166
-q, --quiet Suppress execution log messages.
167167
-h, --help Show this message and exit.

0 commit comments

Comments
 (0)