summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-08-30 10:04:46 -0400
committerJulian Berman <Julian@GrayVines.com>2020-08-30 10:04:46 -0400
commit3d5b174d70e1d6d59ffe3318a278289535340081 (patch)
tree7b272b8f9b453e2bd44b349b4817c47f65f818d7
parent0989e768d7b2f65b780860ab74d0b05c11945d28 (diff)
downloadjsonschema-3d5b174d70e1d6d59ffe3318a278289535340081.tar.gz
Use the longer form of the CLI option for clarity.
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index dc89d72..b3e9fd5 100644
--- a/README.rst
+++ b/README.rst
@@ -51,7 +51,7 @@ It can also be used from console:
.. code-block:: bash
- $ jsonschema -i sample.json sample.schema
+ $ jsonschema --instance sample.json sample.schema
Features
--------