Skip to content

Commit 5984afb

Browse files
nilo19Copilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e00ac52 commit 5984afb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/aks-agent/azext_aks_agent/_params.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def load_arguments(self, _):
9696
),
9797
help=(
9898
"Enable AKS MCP integration for enhanced capabilities. "
99-
"Defaults to traditional toolsets; use --aks-mcp to opt in or "
100-
"--no-aks-mcp to stay in traditional mode."
99+
"Traditional mode is the default. Use --aks-mcp to enable MCP mode, or "
100+
"--no-aks-mcp to explicitly disable it."
101101
),
102102
)

0 commit comments

Comments
 (0)