Skip to content

Commit

Permalink
Fix quoting of recs-fromsplit help
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Feb 9, 2014
1 parent 1e20044 commit 0b7e1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Operation/fromsplit.pm
Expand Up @@ -104,7 +104,7 @@ sub usage {
my $this = shift;

my $options = [
[ 'delim|-d <delim>', 'Delimiter to use for splitting input lines (default ',').'],
[ 'delim|-d <delim>', "Delimiter to use for splitting input lines (default ',')."],
[ 'key|-k <key>', 'Comma separated list of key names. May be specified multiple times, may be key specs'],
[ 'header', 'Take key names from the first line of input.'],
[ 'strict', 'Delimiter is not treated as a regex'],
Expand Down

0 comments on commit 0b7e1c0

Please sign in to comment.