Skip to content

Commit 9d7e112

Browse files
committed
improve description
1 parent 3e3726c commit 9d7e112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/arduino-app-cli/monitor/monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
func NewMonitorCmd() *cobra.Command {
2828
return &cobra.Command{
2929
Use: "monitor",
30-
Short: "Monitor the Arduino app",
30+
Short: "Attach to the microcontroller serial monitor",
3131
RunE: func(cmd *cobra.Command, args []string) error {
3232
start, err := monitor.NewMonitorHandler(&stdInOutProxy{stdin: os.Stdin, stdout: os.Stdout}) // nolint:forbidigo
3333
if err != nil {

0 commit comments

Comments
 (0)