Skip to content

Commit 155f1c0

Browse files
committed
Update help messages
1 parent 422cf97 commit 155f1c0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ Command help
157157
hints (case insensitive): "text": TEXT
158158
datatype. "integer": INTEGER datatype.
159159
"real": REAL datatype.
160+
--matrix-formatting [header_aligned|trim]
161+
header_aligned: fitting table data to header
162+
columns. trim: fitting table data to minimum
163+
column size. Defaults to header_aligned.
160164
--replace-symbol TEXT Replace symbols in attributes.
161165
-v, --verbose
162166
--max-workers WORKERS Specify maximum number of workers that the

docs/pages/usage/help.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
hints (case insensitive): "text": TEXT
2424
datatype. "integer": INTEGER datatype.
2525
"real": REAL datatype.
26+
--matrix-formatting [header_aligned|trim]
27+
header_aligned: fitting table data to header
28+
columns. trim: fitting table data to minimum
29+
column size. Defaults to header_aligned.
2630
--replace-symbol TEXT Replace symbols in attributes.
2731
-v, --verbose
2832
--max-workers WORKERS Specify maximum number of workers that the

0 commit comments

Comments
 (0)