diff --git a/llama_stack/cli/stack/configure.py b/llama_stack/cli/stack/configure.py index 7aa1bb6ed..11d3f705a 100644 --- a/llama_stack/cli/stack/configure.py +++ b/llama_stack/cli/stack/configure.py @@ -40,7 +40,7 @@ class StackConfigure(Subcommand): self.parser.error( """ DEPRECATED! llama stack configure has been deprecated. - Please use llama stack run --config instead. + Please use llama stack run instead. Please see example run.yaml in /distributions folder. """ )