We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b0c34 commit e595374Copy full SHA for e595374
commands/board/attach.go
@@ -40,7 +40,7 @@ func initAttachCommand() *cobra.Command {
40
Use: "attach <port>|<FQBN> [sketchPath]",
41
Short: "Attaches a sketch to a board.",
42
Long: "Attaches a sketch to a board.",
43
- Example: " arduino board attach serial:///dev/tty/ACM0\n" +
+ Example: " " + commands.AppName + " board attach serial:///dev/tty/ACM0\n" +
44
" " + commands.AppName + " board attach serial:///dev/tty/ACM0 HelloWorld\n" +
45
" " + commands.AppName + " board attach arduino:samd:mkr1000",
46
Args: cobra.RangeArgs(1, 2),
0 commit comments