Skip to content

Commit e8e80e2

Browse files
Russell StewartRussell Stewart
authored andcommitted
Changed help for --si.
1 parent 9cc9f85 commit e8e80e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ parser.add_argument('--i', '--ignore_exceptions',
4949
const=True, default=False,
5050
help='')
5151
parser.add_argument('--si', '--split_input', dest='split_input',
52-
help='pre-process each row with re.split(delimiter)')
52+
help='pre-process each row with re.split(delimiter, row)')
5353
parser.add_argument('--so', '--split_output', dest='split_output',
5454
help='post-process each row with delimiter.join(row)')
5555
parser.add_argument('--ji' '--json_input',

0 commit comments

Comments
 (0)