From db2f4db9af6c9241ea6fa4b091916c84775e243e Mon Sep 17 00:00:00 2001 From: Teppo Kurki Date: Wed, 20 Jun 2018 16:03:01 +0300 Subject: [PATCH] doc: add comment about lineSeparator option --- providers/liner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/liner.js b/providers/liner.js index 7047e5efc..cf9ef8090 100644 --- a/providers/liner.js +++ b/providers/liner.js @@ -16,7 +16,7 @@ /* Usage: * This is part of a PipedProvider that splits the input into separate lines and passes one line at a time to the next provider. - * Takes no options. + * You can specify the line separator with the option lineSeparator. { "type": "providers/liner"