We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2f497 commit 884c7cbCopy full SHA for 884c7cb
internal/cli/board/search.go
@@ -34,8 +34,8 @@ import (
34
func initSearchCommand() *cobra.Command {
35
var searchCommand = &cobra.Command{
36
Use: fmt.Sprintf("search [%s]", tr("boardname")),
37
- Short: tr("Search for a board in Boards Manager."),
38
- Long: tr(`Search for a board in Boards Manager using the specified keywords.`),
+ Short: tr("Search for a board in the Boards Manager."),
+ Long: tr(`Search for a board in the Boards Manager using the specified keywords.`),
39
Example: "" +
40
" " + os.Args[0] + " board search\n" +
41
" " + os.Args[0] + " board search zero",
0 commit comments