diff --git a/llama_stack/cli/stack/run.py b/llama_stack/cli/stack/run.py index 290db8df7..f4a119522 100644 --- a/llama_stack/cli/stack/run.py +++ b/llama_stack/cli/stack/run.py @@ -47,7 +47,7 @@ class StackRun(Subcommand): self.parser.add_argument( "--image-name", type=str, - help="Name of the image to run. Defaults to the current environment", + help="Name of the image to run.", ) self.parser.add_argument( "--env",