From 2b41a07e526b4db6fbf623d72a6daa42c839a3a0 Mon Sep 17 00:00:00 2001 From: Aidan Do Date: Wed, 11 Dec 2024 09:47:31 +1100 Subject: [PATCH] Update llama-stack --config build help text --- llama_stack/cli/stack/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/cli/stack/build.py b/llama_stack/cli/stack/build.py index 3bd061424..0cb873b57 100644 --- a/llama_stack/cli/stack/build.py +++ b/llama_stack/cli/stack/build.py @@ -51,7 +51,7 @@ class StackBuild(Subcommand): "--config", type=str, default=None, - help="Path to a config file to use for the build. You can find example configs in llama_stack/distribution/example_configs. If this argument is not provided, you will be prompted to enter information interactively", + help="Path to a config file to use for the build. You can find example configs in llama_stack/distribution/**/build.yaml. If this argument is not provided, you will be prompted to enter information interactively", ) self.parser.add_argument(