Skip to content

Commit c25e4ed

Browse files
committed
fix notes
1 parent 03f8151 commit c25e4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func main() {
5757
textTemplate: flag.String("t", "", `template, file or inline.
5858
-Inline template should start with ? e.g. -t "?{{.MyValue}}" `),
5959
inputFormat: flag.String("f", "", "input format: json, bson, yaml, csv, xml(default)"),
60-
inputDelimiter: flag.String("d", "", "input delimiter: CSV only, default is comma"),
60+
inputDelimiter: flag.String("d", "", "input delimiter: CSV only, default is comma -d ';' or -d 0x09"),
6161
getVersion: flag.Bool("v", false, "show version (Project page: https://github.com/mmalcek/bafi)"),
6262
}
6363
flag.Parse()

0 commit comments

Comments
 (0)