Skip to content

Commit

Permalink
typofix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Jan 20, 2024
1 parent 794a754 commit aff07ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/file-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ Since Miller 5.0.0, you can use `--barred` or `--barred-output` with pprint outp
+-----+-----+---+----------+----------+
</pre>

Since Miller 6.11.0, you can use `--barred-input` with pprint output format:
Since Miller 6.11.0, you can use `--barred-input` with pprint input format:

<pre class="pre-highlight-in-pair">
<b>mlr -o pprint --barred cat data/small | mlr -i pprint --barred-input -o json filter '$b == "pan"'</b>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/file-formats.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ GENMD-RUN-COMMAND
mlr --opprint --barred cat data/small
GENMD-EOF

Since Miller 6.11.0, you can use `--barred-input` with pprint output format:
Since Miller 6.11.0, you can use `--barred-input` with pprint input format:

GENMD-RUN-COMMAND
mlr -o pprint --barred cat data/small | mlr -i pprint --barred-input -o json filter '$b == "pan"'
Expand Down

0 comments on commit aff07ef

Please sign in to comment.