From 0b7e1c0106668f713dcdeef753d99fd182536dc6 Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Sat, 8 Feb 2014 18:59:11 -0800 Subject: [PATCH] Fix quoting of recs-fromsplit help --- lib/App/RecordStream/Operation/fromsplit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/App/RecordStream/Operation/fromsplit.pm b/lib/App/RecordStream/Operation/fromsplit.pm index 25a5b3f..aaa1e40 100644 --- a/lib/App/RecordStream/Operation/fromsplit.pm +++ b/lib/App/RecordStream/Operation/fromsplit.pm @@ -104,7 +104,7 @@ sub usage { my $this = shift; my $options = [ - [ 'delim|-d ', 'Delimiter to use for splitting input lines (default ',').'], + [ 'delim|-d ', "Delimiter to use for splitting input lines (default ',')."], [ 'key|-k ', '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'],