From 89098922d1d6f929d5f115d5e3cefe1b36e9bccb Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 27 Dec 2024 10:04:40 -0400 Subject: [PATCH] Improve `frame` help summary to not mention "in-place" See: https://github.com/sourcemeta/jsonschema/issues/205#issuecomment-2563500725 Signed-off-by: Juan Cruz Viotti --- src/main.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cc b/src/main.cc index e75e5e0..e29d9c5 100644 --- a/src/main.cc +++ b/src/main.cc @@ -57,8 +57,8 @@ Global Options: frame [--json/-j] - Frame a schema in-place, displaying schema locations and references - in a human-readable manner. + Statically analyse a schema to display schema locations and + references in a human-readable manner. compile