mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
nit update cli message
This commit is contained in:
parent
aca6bfe0df
commit
dae6357e49
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue