summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kislyuk <kislyuk@gmail.com>2018-01-14 16:42:07 -0800
committerGitHub <noreply@github.com>2018-01-14 16:42:07 -0800
commit9e59033449cd9dc03d7745bb86da54270567c6e8 (patch)
treea83da20a08b44de92d66dfcb2c366ea06503bb2a
parentfddbb3fcf2b3aa982b4f817a97246178db5d92b7 (diff)
Tweak wording
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 469005d..827e624 100644
--- a/README.rst
+++ b/README.rst
@@ -23,7 +23,7 @@ Or specify the filename directly::
yq .foo.bar input.yml
-By default, no transcoding of ``jq`` output is done. Specify the ``--yaml-output``/``-y`` option to transcode it back
+By default, no transcoding of ``jq`` output is done. Use the ``--yaml-output``/``-y`` argument to transcode it back
into YAML (using the key-order-preserving equivalent of ``yaml.safe_dump_all``)::
cat input.yml | yq -y .foo.bar