Skip to content

Commit

Permalink
doc: add help message
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuheiKubota committed Feb 17, 2023
1 parent 9f6eea6 commit 6b82b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ func main() {
--columns [SHEET!]COLUMN_NAME:TYPE[(INPUT_FORMAT[->OUTPUT_FORMAT])]
SHEET = CSV_FILENAME
TYPE = text|number|date|time|datetime|bool
TYPE = text | number | date | time | datetime | bool | formula
INPUT_FORMAT
date: yyyy, yy, y, 2006, 06, mm, m, 01, 1, dd, d, 02, 2
time: hh, h, 15, 3, mm, m, 04, 4, ss, s, 05, 5
Expand Down

0 comments on commit 6b82b80

Please sign in to comment.