Skip to content

Commit 9ff773e

Browse files
committed
Update suggest.go
1 parent f02c758 commit 9ff773e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/commands/tools/domain/suggest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func NewDomainSuggestionsCommand(parent argparser.Registerer, g *global.Data) *G
3535
},
3636
}
3737

38-
cmd.CmdClause = parent.Command("suggest", "Returns domain search results for a given query")
38+
cmd.CmdClause = parent.Command("suggest", "Request domain search results for a given query")
3939
// Required.
4040
cmd.CmdClause.Arg("query", "Search query, e.g. “acme coffee shop”").Required().StringsVar(&cmd.query)
4141
// Optional.

0 commit comments

Comments
 (0)