We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
board search --help
1 parent 940c945 commit cb2f497Copy full SHA for cb2f497
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 Boards Manager."),
+ Long: tr(`Search for a board in 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