Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aeacc50

Browse filesBrowse files
[skip-changelog] Modify board search --help description to correctly explain the command's function (#2081)
1 parent c73f735 commit aeacc50
Copy full SHA for aeacc50

File tree

Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed

‎internal/cli/board/search.go

Copy file name to clipboardExpand all lines: internal/cli/board/search.go
+2-3Lines changed: 2 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.