Unverified Commit aeacc504 authored by MatteoPologruto's avatar MatteoPologruto Committed by GitHub

[skip-changelog] Modify `board search --help` description to correctly explain...

[skip-changelog] Modify `board search --help` description to correctly explain the command's function (#2081)
parent c73f7355
......@@ -34,9 +34,8 @@ import (
func initSearchCommand() *cobra.Command {
var searchCommand = &cobra.Command{
Use: fmt.Sprintf("search [%s]", tr("boardname")),
Short: tr("List all known boards and their corresponding FQBN."),
Long: tr(`List all boards that have the support platform installed. You can search
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.`),
Example: "" +
" " + os.Args[0] + " board search\n" +
" " + os.Args[0] + " board search zero",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment