Skip to content

Commit 0110e4e

Browse files
committed
improve
1 parent d52ce1e commit 0110e4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/cli_reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CLI Reference
22

3-
Welcome to the LlamaStackClient CLI
3+
Welcome to the llama-stack-client CLI - a command-line interface for interacting with Llama Stack
44

55
### Usage
66

src/llama_stack_client/lib/cli/llama_stack_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
@click.option("--config", type=str, help="Path to config file", default=None)
3737
@click.pass_context
3838
def llama_stack_client(ctx, endpoint: str, api_key: str, config: str | None):
39-
"""Welcome to the LlamaStackClient CLI"""
39+
"""Welcome to the llama-stack-client CLI - a command-line interface for interacting with Llama Stack"""
4040
ctx.ensure_object(dict)
4141

4242
# If no config provided, check default location

0 commit comments

Comments
 (0)