Skip to content

Commit 8c8ff6b

Browse files
Update board CLI command help text
Co-authored-by: Cristian Maglie <[email protected]>
1 parent 2fbcba0 commit 8c8ff6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/board/board.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func NewCommand() *cobra.Command {
3131
Short: tr("Arduino board commands."),
3232
Long: tr("Arduino board commands."),
3333
Example: " # " + tr("Lists all connected boards.") + "\n" +
34-
" " + os.Args[0] + " board list\n\n",
34+
" " + os.Args[0] + " board list",
3535
}
3636

3737
boardCommand.AddCommand(initDetailsCommand())

0 commit comments

Comments
 (0)