Skip to content

Commit aa39c31

Browse files
authored
Merge pull request #14 from thunfischbrot/patch-2
Update usage.md for typo in -D (input -> output)
2 parents 359f466 + b313678 commit aa39c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Flags:
128128
-l, --lazy-quotes if given, a quote may appear in an unquoted field and a non-doubled quote may appear in a quoted field
129129
-H, --no-header-row specifies that the input CSV file does not have header row
130130
-j, --num-cpus int number of CPUs to use (default value depends on your computer) (default 4)
131-
-D, --out-delimiter string delimiting character of the input CSV file (default ",")
131+
-D, --out-delimiter string delimiting character of the output CSV file (default ",")
132132
-o, --out-file string out file ("-" for stdout, suffix .gz for gzipped out) (default "-")
133133
-T, --out-tabs specifies that the output is delimited with tabs. Overrides "-D"
134134
-t, --tabs specifies that the input CSV file is delimited with tabs. Overrides "-d"

0 commit comments

Comments
 (0)