We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
board search --help
1 parent c73f735 commit ee9ae9dCopy full SHA for ee9ae9d
internal/cli/board/search.go
@@ -34,9 +34,8 @@ import (
34
func initSearchCommand() *cobra.Command {
35
var searchCommand = &cobra.Command{
36
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`),
+ Short: tr("Search for a board in the Boards Manager."),
+ Long: tr(`Search for a board in the Boards Manager using the specified keywords.`),
40
Example: "" +
41
" " + os.Args[0] + " board search\n" +
42
" " + os.Args[0] + " board search zero",
0 commit comments