fix main refs

This commit is contained in:
Olivier Chafik 2024-06-08 13:52:03 +01:00
parent ab5efbb3b6
commit 78bca8cb07
2 changed files with 2 additions and 2 deletions

View file

@ -524,7 +524,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) 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.
''',