We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent d68544e commit 9ff9308Copy full SHA for 9ff9308
cli/upload/upload.go
@@ -45,7 +45,7 @@ func NewCommand() *cobra.Command {
45
uploadCommand := &cobra.Command{
46
Use: "upload",
47
Short: "Upload Arduino sketches.",
48
- Long: "Upload Arduino sketches.",
+ Long: "Upload Arduino sketches. This does NOT compile the sketch prior to upload.",
49
Example: " " + os.Args[0] + " upload /home/user/Arduino/MySketch",
50
Args: cobra.MaximumNArgs(1),
51
Run: run,
0 commit comments