Skip to content

Commit b669f49

Browse files
silvanocerzacmaglie
andcommitted
Update board CLI command help text
Co-authored-by: Cristian Maglie <[email protected]>
1 parent fbc40c6 commit b669f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cli/board/board.go

+1-1
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)