Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Aug 21, 2016
1 parent 3eb67b2 commit 3bcdd70
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion c/mapping/mapper_put.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion doc/manpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion doc/manpage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion doc/mlr.1
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion doc/reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3bcdd70

Please sign in to comment.