From 3bcdd70e00d301d2f8e5ed25dc74db6949cac801 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sun, 21 Aug 2016 08:26:41 -0400 Subject: [PATCH] typo fix --- c/mapping/mapper_put.c | 2 +- doc/manpage.html | 2 +- doc/manpage.txt | 2 +- doc/mlr.1 | 2 +- doc/reference.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/c/mapping/mapper_put.c b/c/mapping/mapper_put.c index 84c58e5cf3..496c786f19 100644 --- a/c/mapping/mapper_put.c +++ b/c/mapping/mapper_put.c @@ -77,7 +77,7 @@ static void mapper_put_usage(FILE* o, char* argv0, char* verb) { fprintf(o, " record.\n"); fprintf(o, "Any of the output-format command-line flags (see %s -h). Example: using\n", MLR_GLOBALS.bargv0); - fprintf(o, " %s --icsv --opprint ... then put --ojson 'tee > \"mytap-\".$a.\".dat\" then ...\n", + fprintf(o, " %s --icsv --opprint ... then put --ojson 'tee > \"mytap-\".$a.\".dat\", $*' then ...\n", MLR_GLOBALS.bargv0); fprintf(o, "the input is CSV, the output is pretty-print tabular, but the tee-file output\n"); fprintf(o, "is written in JSON format.\n"); diff --git a/doc/manpage.html b/doc/manpage.html index f1d5d74698..710d57a616 100644 --- a/doc/manpage.html +++ b/doc/manpage.html @@ -777,7 +777,7 @@ --no-fflush: for emit, tee, print, and dump, don't call fflush() after every record. Any of the output-format command-line flags (see mlr -h). Example: using - mlr --icsv --opprint ... then put --ojson 'tee > "mytap-".$a.".dat" then ... + mlr --icsv --opprint ... then put --ojson 'tee > "mytap-".$a.".dat", $*' then ... the input is CSV, the output is pretty-print tabular, but the tee-file output is written in JSON format. diff --git a/doc/manpage.txt b/doc/manpage.txt index ffd35b4d2e..36562eb333 100644 --- a/doc/manpage.txt +++ b/doc/manpage.txt @@ -631,7 +631,7 @@ VERBS --no-fflush: for emit, tee, print, and dump, don't call fflush() after every record. Any of the output-format command-line flags (see mlr -h). Example: using - mlr --icsv --opprint ... then put --ojson 'tee > "mytap-".$a.".dat" then ... + mlr --icsv --opprint ... then put --ojson 'tee > "mytap-".$a.".dat", $*' then ... the input is CSV, the output is pretty-print tabular, but the tee-file output is written in JSON format. diff --git a/doc/mlr.1 b/doc/mlr.1 index 3cb1339cf2..cabde6d527 100644 --- a/doc/mlr.1 +++ b/doc/mlr.1 @@ -850,7 +850,7 @@ Options: --no-fflush: for emit, tee, print, and dump, don't call fflush() after every record. Any of the output-format command-line flags (see mlr -h). Example: using - mlr --icsv --opprint ... then put --ojson 'tee > "mytap-".$a.".dat" then ... + mlr --icsv --opprint ... then put --ojson 'tee > "mytap-".$a.".dat", $*' then ... the input is CSV, the output is pretty-print tabular, but the tee-file output is written in JSON format. diff --git a/doc/reference.html b/doc/reference.html index e5af5603d8..cf86a37d11 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -2155,7 +2155,7 @@ --no-fflush: for emit, tee, print, and dump, don't call fflush() after every record. Any of the output-format command-line flags (see mlr -h). Example: using - mlr --icsv --opprint ... then put --ojson 'tee > "mytap-".$a.".dat" then ... + mlr --icsv --opprint ... then put --ojson 'tee > "mytap-".$a.".dat", $*' then ... the input is CSV, the output is pretty-print tabular, but the tee-file output is written in JSON format.