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.
1 parent 2fbcba0 commit 8c8ff6bCopy full SHA for 8c8ff6b
cli/board/board.go
@@ -31,7 +31,7 @@ func NewCommand() *cobra.Command {
31
Short: tr("Arduino board commands."),
32
Long: tr("Arduino board commands."),
33
Example: " # " + tr("Lists all connected boards.") + "\n" +
34
- " " + os.Args[0] + " board list\n\n",
+ " " + os.Args[0] + " board list",
35
}
36
37
boardCommand.AddCommand(initDetailsCommand())
0 commit comments