Skip to content

Commit ee9ae9d

Browse files
Modify board search --help description to correctly explain the command's function
1 parent c73f735 commit ee9ae9d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ import (
3434
func initSearchCommand() *cobra.Command {
3535
var searchCommand = &cobra.Command{
3636
Use: fmt.Sprintf("search [%s]", tr("boardname")),
37-
Short: tr("List all known boards and their corresponding FQBN."),
38-
Long: tr(`List all boards that have the support platform installed. You can search
39-
for a specific board if you specify the board name`),
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.`),
4039
Example: "" +
4140
" " + os.Args[0] + " board search\n" +
4241
" " + os.Args[0] + " board search zero",

0 commit comments

Comments
 (0)