Skip to content

Commit ca0101f

Browse files
committed
Added a couple of examples in the help
1 parent 9dfd489 commit ca0101f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/cli/monitor/monitor.go

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ func NewCommand(srv rpc.ArduinoCoreServiceServer) *cobra.Command {
5959
Long: i18n.Tr("Open a communication port with a board."),
6060
Example: "" +
6161
" " + os.Args[0] + " monitor -p /dev/ttyACM0\n" +
62+
" " + os.Args[0] + " monitor -p /dev/ttyACM0 -b arduino:avr:uno\n" +
63+
" " + os.Args[0] + " monitor -p /dev/ttyACM0 --config 115200\n" +
6264
" " + os.Args[0] + " monitor -p /dev/ttyACM0 --describe",
6365
Run: func(cmd *cobra.Command, args []string) {
6466
sketchPath := ""

0 commit comments

Comments
 (0)