diff --git a/docs/commands/data.json b/docs/commands/data.json index bd5466f6b..afb464526 100644 --- a/docs/commands/data.json +++ b/docs/commands/data.json @@ -399,7 +399,7 @@ }, { "arg": "-U, --hld-repo-url ", - "description": "The high level definition (HLD) git repo url; falls back to azure_devops.org in spk config.", + "description": "The high level definition (HLD) git repo url; falls back to azure_devops.hld_repository in spk config.", "required": true, "inherit": "azure_devops.hld_repository" }, diff --git a/src/commands/project/create-variable-group.decorator.json b/src/commands/project/create-variable-group.decorator.json index 283ba4ca8..a58725325 100644 --- a/src/commands/project/create-variable-group.decorator.json +++ b/src/commands/project/create-variable-group.decorator.json @@ -10,7 +10,7 @@ }, { "arg": "-U, --hld-repo-url ", - "description": "The high level definition (HLD) git repo url; falls back to azure_devops.org in spk config.", + "description": "The high level definition (HLD) git repo url; falls back to azure_devops.hld_repository in spk config.", "required": true, "inherit": "azure_devops.hld_repository" },