nit update cli message

This commit is contained in:
Hardik Shah 2024-07-22 20:45:49 -07:00
parent aca6bfe0df
commit dae6357e49

View file

@ -17,7 +17,7 @@ class LlamaCLIParser:
def __init__(self): def __init__(self):
self.parser = argparse.ArgumentParser( self.parser = argparse.ArgumentParser(
prog="llama", prog="llama",
description="Welcome to the LLama toolchain cli", description="Welcome to the LLama cli",
add_help=True, add_help=True,
) )