From 774b97556153defd65c03c62b6336e66a6d5d988 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Thu, 17 Jul 2025 16:24:41 -0700 Subject: [PATCH] fix --- llama_stack/cli/stack/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",