From a36f2e2f4426995b3735d5f5f5fcb2913412867c Mon Sep 17 00:00:00 2001 From: danlsn Date: Tue, 12 Apr 2022 14:14:26 +1000 Subject: [PATCH] Fixed manpage typo in rmlint jq pipe example --- docs/rmlint.1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rmlint.1.rst b/docs/rmlint.1.rst index 296fe0a7..840ef886 100644 --- a/docs/rmlint.1.rst +++ b/docs/rmlint.1.rst @@ -701,7 +701,7 @@ FORMATTERS that is not directly possible with rmlint's built-in options. A very handy tool here is ``jq``. Here is an example to output all original files directly from a ``rmlint`` run: - ``$ rmlint -o | json jq -r '.[1:-1][] | select(.is_original) | .path'`` + ``$ rmlint -o json | jq -r '.[1:-1][] | select(.is_original) | .path'`` * ``py``: Outputs a python script and a JSON document, just like the **json** formatter. The JSON document is written to ``.rmlint.json``, executing the script will