Skip to content

Commit

Permalink
docs: Corrected resource-group command help text to point to public d…
Browse files Browse the repository at this point in the history
…ocumentation
  • Loading branch information
ggaetz-fortinet committed Nov 13, 2024
1 parent aee82ca commit 6f2bd5c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cli/cmd/resource_group_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,8 @@ func inputRGQueryFromEditor(resourceType string) *survey.Editor {
prompt := &survey.Editor{
Message: fmt.Sprintf("Type a query for the new %s Resource Group", resourceType),
FileName: "resourceGroupQuery*.json",
Help: "For examples of a query, refer to: "+
"https://docs.fortinet.com/document/lacework-forticnapp/"+
"latest/api-reference/690087/using-the-resource-groups-api",
Help: `For examples of a query, refer to: https://docs.fortinet.com/document/lacework-forticnapp/` +
`latest/api-reference/690087/using-the-resource-groups-api`,
}
prompt.Default = iType.QueryTemplate()
prompt.HideDefault = true
Expand Down

0 comments on commit 6f2bd5c

Please sign in to comment.