diff options
Diffstat (limited to 'examples/json_schema_to_grammar.py')
-rwxr-xr-x | examples/json_schema_to_grammar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/json_schema_to_grammar.py b/examples/json_schema_to_grammar.py index ab19e20d..b588497b 100755 --- a/examples/json_schema_to_grammar.py +++ b/examples/json_schema_to_grammar.py @@ -523,7 +523,7 @@ class SchemaConverter: def main(args_in = None): parser = argparse.ArgumentParser( description=''' - Generates a grammar (suitable for use in ./main) that produces JSON conforming to a + Generates a grammar (suitable for use in ./llama-cli) that produces JSON conforming to a given JSON schema. Only a subset of JSON schema features are supported; more may be added in the future. ''', |