From aff07efe3aa0d9ee80e0cd6fcf6fa95c401f5bd3 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sat, 20 Jan 2024 13:01:37 -0500 Subject: [PATCH] typofix --- docs/src/file-formats.md | 2 +- docs/src/file-formats.md.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/file-formats.md b/docs/src/file-formats.md index 2df1004a75..9b0cb63624 100644 --- a/docs/src/file-formats.md +++ b/docs/src/file-formats.md @@ -383,7 +383,7 @@ Since Miller 5.0.0, you can use `--barred` or `--barred-output` with pprint outp +-----+-----+---+----------+----------+ -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:
 mlr -o pprint --barred cat data/small | mlr -i pprint --barred-input -o json filter '$b == "pan"'
diff --git a/docs/src/file-formats.md.in b/docs/src/file-formats.md.in
index c64609a004..8da809fad2 100644
--- a/docs/src/file-formats.md.in
+++ b/docs/src/file-formats.md.in
@@ -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"'