Skip to content

Commit b3eb9c8

Browse files
BurdetteLamarkou
andauthored
Update bin/csv-filter
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
1 parent 8d653ba commit b3eb9c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/csv-filter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ parser.on('--input-col-sep=SEPARATOR',
2222
options[:input_col_sep] = value
2323
end
2424

25-
parser.on('--input-quote_char=SEPARATOR',
25+
parser.on('--input-quote-char=SEPARATOR',
2626
'Input quote character.') do |value|
2727
options[:input_quote_char] = value
2828
end

0 commit comments

Comments
 (0)