summaryrefslogtreecommitdiff
path: root/jsonschema/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'jsonschema/cli.py')
-rw-r--r--jsonschema/cli.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/jsonschema/cli.py b/jsonschema/cli.py
index bdde379..0126564 100644
--- a/jsonschema/cli.py
+++ b/jsonschema/cli.py
@@ -40,8 +40,8 @@ parser.add_argument(
"-V", "--validator",
type=_namedAnyWithDefault,
help="the fully qualified object name of a validator to use, or, for "
- "validators that are registered with jsonschema, simply the name "
- "of the class.",
+ "validators that are registered with jsonschema, simply the name "
+ "of the class.",
)
parser.add_argument(
"schema",