Skip to content

Commit 9ff9308

Browse files
[skip changelog] Clarify in documentation that the upload command will not compile beforehand. (#919)
1 parent d68544e commit 9ff9308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/upload/upload.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func NewCommand() *cobra.Command {
4545
uploadCommand := &cobra.Command{
4646
Use: "upload",
4747
Short: "Upload Arduino sketches.",
48-
Long: "Upload Arduino sketches.",
48+
Long: "Upload Arduino sketches. This does NOT compile the sketch prior to upload.",
4949
Example: " " + os.Args[0] + " upload /home/user/Arduino/MySketch",
5050
Args: cobra.MaximumNArgs(1),
5151
Run: run,

0 commit comments

Comments
 (0)