Skip to content

Commit 884c7cb

Browse files
Update internal/cli/board/search.go
Co-authored-by: Umberto Baldi <[email protected]>
1 parent cb2f497 commit 884c7cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: internal/cli/board/search.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ import (
3434
func initSearchCommand() *cobra.Command {
3535
var searchCommand = &cobra.Command{
3636
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.`),
37+
Short: tr("Search for a board in the Boards Manager."),
38+
Long: tr(`Search for a board in the Boards Manager using the specified keywords.`),
3939
Example: "" +
4040
" " + os.Args[0] + " board search\n" +
4141
" " + os.Args[0] + " board search zero",

0 commit comments

Comments
 (0)