From d6160202616e24185078332cf2c4b70a5382a5e1 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 27 May 2024 16:31:43 +0100 Subject: [PATCH] Documentation fixes Signed-off-by: Juan Cruz Viotti --- docs/format.markdown | 2 +- docs/lint.markdown | 2 +- docs/test.markdown | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/format.markdown b/docs/format.markdown index 1906f7a9..e5dc7fe5 100644 --- a/docs/format.markdown +++ b/docs/format.markdown @@ -2,7 +2,7 @@ Formatting ========== ```sh -jsonschema fmt [--check|-c] +jsonschema fmt [schemas-or-directories...] [--check|-c] ``` Schemas are code. As such, they are expected follow consistent stylistic diff --git a/docs/lint.markdown b/docs/lint.markdown index 3ecdad52..5ddc0e9d 100644 --- a/docs/lint.markdown +++ b/docs/lint.markdown @@ -2,7 +2,7 @@ Linting ======= ```sh -jsonschema lint [--fix|-f] +jsonschema lint [schemas-or-directories...] [--fix|-f] ``` JSON Schema is a surprisingly expressive schema language. Like with traditional diff --git a/docs/test.markdown b/docs/test.markdown index fc5c9999..7803d14b 100644 --- a/docs/test.markdown +++ b/docs/test.markdown @@ -2,7 +2,7 @@ Testing ======= ```sh -jsonschema help +jsonschema test [schemas-or-directories...] ``` Schemas are code. As such, you should run an automated unit testing suite