From 24285e582e4023f91f69cf59d7b09b25721b5cc4 Mon Sep 17 00:00:00 2001 From: Chris Rowe Date: Fri, 15 Jul 2016 01:00:32 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91baea0..56c7482 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ A CLI to push data from a pipe to a csv. Contains support for streams. Example: ``` -> echo "42" | opk-cli-simple-csv/push output.csv -> echo "44" | opk-cli-simple-csv/push output.csv +> echo "42" | opk-cli-simple-csv/push --file output.csv +> echo "44" | opk-cli-simple-csv/push --file output.csv > cat output.csv 2015-06-16 00:31:47,42 2015-06-16 00:31:48,44